Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h81 CompilerDeclContext ToCompilerDeclContext(clang::DeclContext &context);
H A DPdbAstBuilder.cpp271 return ToCompilerDeclContext(*m_clang.GetTranslationUnitDecl()); in GetTranslationUnitDecl()
1019 uname.c_str(), ToCompilerDeclContext(*scope), 0); in GetOrCreateTypedefDecl()
1661 PdbAstBuilder::ToCompilerDeclContext(clang::DeclContext &context) { in ToCompilerDeclContext() function in PdbAstBuilder
H A DSymbolFileNativePDB.cpp1900 return m_ast->ToCompilerDeclContext(*context); in GetDeclContextForUID()
1906 return m_ast->ToCompilerDeclContext(*context); in GetDeclContextContainingUID()