reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
81 clang::DeclContext *FromCompilerDeclContext(CompilerDeclContext context);
488 return FromCompilerDeclContext(GetTranslationUnitDecl()); 505 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); 546 return FromCompilerDeclContext(GetTranslationUnitDecl()); 567 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); 595 return FromCompilerDeclContext(GetTranslationUnitDecl()); 633 return FromCompilerDeclContext(GetTranslationUnitDecl()); 864 auto context = FromCompilerDeclContext(GetTranslationUnitDecl());tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
890 clang::DeclContext *context = m_ast->FromCompilerDeclContext(decl_ctx);