DebugInfo: Move DISubprogram::is*() queries to MDSubprogram
Move body of `DISubprogram::isPrivate()` (etc.) to `MDSubprogram`, and change the versions in `DISubprogram` to forward there. This is just like r234275, but for subprograms instead of types. llvm-svn: 234282
Loading
Please sign in to comment