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