Searched refs:GetDeclContextForSymbol (Results 1 – 3 of 3) sorted by relevance
55 GetDeclContextForSymbol(const llvm::pdb::PDBSymbol &symbol);
961 PDBASTParser::GetDeclContextForSymbol(const llvm::pdb::PDBSymbol &symbol) { in GetDeclContextForSymbol() function in PDBASTParser993 if (auto parent_context = GetDeclContextForSymbol(*parent)) in GetDeclContextContainingSymbol()1029 GetDeclContextForSymbol(*child)) { in GetDeclContextContainingSymbol()
634 auto decl_context = pdb->GetDeclContextForSymbol(*symbol); in GetDeclContextForUID()