Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.h56 GetDeclContextContainingSymbol(const llvm::pdb::PDBSymbol &symbol);
DPDBASTParser.cpp394 auto decl_context = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType()
470 auto decl_context = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType()
544 auto decl_ctx = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType()
882 auto decl_context = GetDeclContextContainingSymbol(symbol); in GetDeclForSymbol()
917 auto decl_context = GetDeclContextContainingSymbol(symbol); in GetDeclForSymbol()
999 clang::DeclContext *PDBASTParser::GetDeclContextContainingSymbol( in GetDeclContextContainingSymbol() function in PDBASTParser
DSymbolFilePDB.cpp695 auto decl_context = pdb->GetDeclContextContainingSymbol(*symbol); in GetDeclContextContainingUID()