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