Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h52 clang::Decl *GetDeclForSymbol(const llvm::pdb::PDBSymbol &symbol);
H A DPDBASTParser.cpp802 PDBASTParser::GetDeclForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclForSymbol() function in PDBASTParser
964 llvm::dyn_cast_or_null<clang::FunctionDecl>(GetDeclForSymbol(symbol)); in GetDeclContextForSymbol()
1084 GetDeclForSymbol(*child); in ParseDeclsForDeclContext()
H A DSymbolFilePDB.cpp318 clang_type_system->GetPDBParser()->GetDeclForSymbol(pdb_func); in ParseCompileUnitFunctionForPDBFunc()
612 auto decl = pdb->GetDeclForSymbol(*symbol); in GetDeclForUID()
1022 ast->GetDeclForSymbol(*pdb_data); in ParseVariables()