Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h79 CompilerDeclContext ToCompilerDeclContext(clang::DeclContext &context);
H A DPdbAstBuilder.cpp211 return ToCompilerDeclContext(*m_clang.GetTranslationUnitDecl()); in GetTranslationUnitDecl()
885 uname.c_str(), ToCompilerDeclContext(*scope), 0); in GetOrCreateTypedefDecl()
1348 PdbAstBuilder::ToCompilerDeclContext(clang::DeclContext &context) { in ToCompilerDeclContext() function in PdbAstBuilder
H A DSymbolFileNativePDB.cpp1506 return m_ast->ToCompilerDeclContext(*context); in GetDeclContextForUID()
1512 return m_ast->ToCompilerDeclContext(*context); in GetDeclContextContainingUID()