Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp396 auto decl_context = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType()
472 auto decl_context = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType()
545 auto decl_ctx = GetDeclContextContainingSymbol(type); in CreateLLDBTypeFromPDBType()
874 auto decl_context = GetDeclContextContainingSymbol(symbol); in GetDeclForSymbol()
908 auto decl_context = GetDeclContextContainingSymbol(symbol); in GetDeclForSymbol()
989 clang::DeclContext *PDBASTParser::GetDeclContextContainingSymbol( in GetDeclContextContainingSymbol() function in PDBASTParser
H A DPDBASTParser.h57 GetDeclContextContainingSymbol(const llvm::pdb::PDBSymbol &symbol);
H A DSymbolFilePDB.cpp656 auto decl_context = pdb->GetDeclContextContainingSymbol(*symbol); in GetDeclContextContainingUID()