Searched refs:GetExistingDecl (Results 1 – 2 of 2) sorted by relevance
1240 return GetExistingDecl(I->second[0]); in getKeyDeclaration()1256 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()1839 Decl *GetExistingDecl(serialization::DeclID ID);
2890 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()3266 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()7317 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader7344 return GetExistingDecl(ID); in GetDecl()