Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h83 CompilerDeclContext ToCompilerDeclContext(clang::DeclContext &context);
H A DPdbAstBuilder.cpp165 return ToCompilerDeclContext(*m_clang.GetTranslationUnitDecl()); in GetTranslationUnitDecl()
738 uname.c_str(), ToCompilerDeclContext(*scope), 0); in GetOrCreateTypedefDecl()
1437 PdbAstBuilder::ToCompilerDeclContext(clang::DeclContext &context) { in ToCompilerDeclContext() function in PdbAstBuilder
H A DSymbolFileNativePDB.cpp2059 return ast_builder->ToCompilerDeclContext(*context); in GetDeclContextForUID()
2075 return ast_builder->ToCompilerDeclContext(*context); in GetDeclContextContainingUID()