Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h84 clang::DeclContext *FromCompilerDeclContext(CompilerDeclContext context);
H A DPdbAstBuilder.cpp1344 PdbAstBuilder::FromCompilerDeclContext(CompilerDeclContext context) { in FromCompilerDeclContext() function in PdbAstBuilder
H A DSymbolFileNativePDB.cpp867 clang::DeclContext *context = m_ast->FromCompilerDeclContext(decl_ctx); in ParseDeclsForContext()