Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.h83 CompilerDeclContext ToCompilerDeclContext(clang::DeclContext &context);
HDPdbAstBuilder.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
HDSymbolFileNativePDB.cpp2074 return ast_builder->ToCompilerDeclContext(*context); in GetDeclContextForUID()
2090 return ast_builder->ToCompilerDeclContext(*context); in GetDeclContextContainingUID()