Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h83 CompilerDeclContext ToCompilerDeclContext(clang::DeclContext &context);
H A DPdbAstBuilder.cpp166 return ToCompilerDeclContext(*m_clang.GetTranslationUnitDecl()); in GetTranslationUnitDecl()
740 uname.c_str(), ToCompilerDeclContext(*scope), 0); in GetOrCreateTypedefDecl()
1439 PdbAstBuilder::ToCompilerDeclContext(clang::DeclContext &context) { in ToCompilerDeclContext() function in PdbAstBuilder
H A DSymbolFileNativePDB.cpp2074 return ast_builder->ToCompilerDeclContext(*context); in GetDeclContextForUID()
2090 return ast_builder->ToCompilerDeclContext(*context); in GetDeclContextContainingUID()