Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp309 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateDeclContextForUid()
329 auto *context = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateDeclInfoForUndecoratedName()
380 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()
418 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()
712 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateVariableDecl()
986 parent = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateFunctionDeclFromId()
1446 PdbAstBuilder::FromCompilerDeclContext(CompilerDeclContext context) { in FromCompilerDeclContext() function in PdbAstBuilder
H A DPdbAstBuilder.h85 clang::DeclContext *FromCompilerDeclContext(CompilerDeclContext context);
H A DSymbolFileNativePDB.cpp1011 clang::DeclContext *context = ast_builder->FromCompilerDeclContext(decl_ctx); in ParseDeclsForContext()