Searched refs:GetExistingDecl (Results 1 – 2 of 2) sorted by relevance
1303 return GetExistingDecl(I->second[0]); in getKeyDeclaration()1319 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()1888 Decl *GetExistingDecl(serialization::DeclID ID);
3225 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()3610 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()7523 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader7550 return GetExistingDecl(ID); in GetDecl()