Home
last modified time | relevance | path

Searched refs:FromCompilerDeclContext (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp488 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateDeclContextForUid()
505 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateDeclInfoForUndecoratedName()
546 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContextForSymbol()
567 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContextForSymbol()
595 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()
633 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()
864 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateVariableDecl()
1357 PdbAstBuilder::FromCompilerDeclContext(CompilerDeclContext context) { in FromCompilerDeclContext() function in PdbAstBuilder
DPdbAstBuilder.h81 clang::DeclContext *FromCompilerDeclContext(CompilerDeclContext context);
DSymbolFileNativePDB.cpp876 clang::DeclContext *context = m_ast->FromCompilerDeclContext(decl_ctx); in ParseDeclsForContext()