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