Searched refs:GetExistingDecl (Results 1 – 2 of 2) sorted by relevance
1087 return GetExistingDecl(I->second[0]); in getKeyDeclaration()1103 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()1646 Decl *GetExistingDecl(serialization::DeclID ID);
2621 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()3014 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()6430 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader6456 return GetExistingDecl(ID); in GetDecl()