Searched refs:GetExistingDecl (Results 1 – 2 of 2) sorted by relevance
1327 return GetExistingDecl(I->second[0]); in getKeyDeclaration()1343 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()1915 Decl *GetExistingDecl(serialization::DeclID ID);
3414 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()3787 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()7743 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader7770 return GetExistingDecl(ID); in GetDecl()