Searched refs:GetDeclContextForSymbol (Results 1 – 3 of 3) sorted by relevance
54 GetDeclContextForSymbol(const llvm::pdb::PDBSymbol &symbol);
991 PDBASTParser::GetDeclContextForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclContextForSymbol() function in PDBASTParser1023 if (auto parent_context = GetDeclContextForSymbol(*parent)) in GetDeclContextContainingSymbol()1059 GetDeclContextForSymbol(*child)) { in GetDeclContextContainingSymbol()
667 auto decl_context = pdb->GetDeclContextForSymbol(*symbol); in GetDeclContextForUID()