Searched refs:GetExistingDecl (Results 1 – 2 of 2) sorted by relevance
1665 Decl *GetExistingDecl(serialization::DeclID ID);
2745 if (Decl *D = GetExistingDecl(ID)) { in ReadASTBlock()3144 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()6200 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader6248 return GetExistingDecl(ID); in GetDecl()