Searched refs:GetExistingDecl (Results 1 – 2 of 2) sorted by relevance
1259 return GetExistingDecl(I->second[0]); in getKeyDeclaration()1275 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()1840 Decl *GetExistingDecl(serialization::DeclID ID);
3193 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()3574 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()7403 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader7430 return GetExistingDecl(ID); in GetDecl()