Searched refs:GetExistingDecl (Results 1 – 2 of 2) sorted by relevance
1276 return GetExistingDecl(I->second[0]); in getKeyDeclaration()1292 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()1862 Decl *GetExistingDecl(serialization::DeclID ID);
3234 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()3614 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()7484 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader7511 return GetExistingDecl(ID); in GetDecl()