Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp310 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateDeclContextForUid()
330 auto *context = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateDeclInfoForUndecoratedName()
381 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()
419 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()
714 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateVariableDecl()
988 parent = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateFunctionDeclFromId()
1448 PdbAstBuilder::FromCompilerDeclContext(CompilerDeclContext context) { in FromCompilerDeclContext() function in PdbAstBuilder
H A DPdbAstBuilder.h85 clang::DeclContext *FromCompilerDeclContext(CompilerDeclContext context);
H A DSymbolFileNativePDB.cpp1014 clang::DeclContext *context = ast_builder->FromCompilerDeclContext(decl_ctx); in ParseDeclsForContext()