Searched refs:GetExistingDecl (Results 1 – 2 of 2) sorted by relevance
1089 return GetExistingDecl(I->second[0]); in getKeyDeclaration()1105 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()1648 Decl *GetExistingDecl(serialization::DeclID ID);
2641 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()3034 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()6432 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader6458 return GetExistingDecl(ID); in GetDecl()