Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp403 auto decl_context = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType()
478 auto decl_context = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType()
556 auto decl_ctx = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType()
908 auto decl_context = GetDeclContextContainingSymbol(symbol); in GetDeclForSymbol()
943 auto decl_context = GetDeclContextContainingSymbol(symbol); in GetDeclForSymbol()
1026 clang::DeclContext *PDBASTParser::GetDeclContextContainingSymbol( in GetDeclContextContainingSymbol() function in PDBASTParser
H A DPDBASTParser.h56 GetDeclContextContainingSymbol(const llvm::pdb::PDBSymbol &symbol);
H A DSymbolFilePDB.cpp711 auto decl_context = pdb->GetDeclContextContainingSymbol(*symbol); in GetDeclContextContainingUID()