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()1843 Decl *GetExistingDecl(serialization::DeclID ID);
3200 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()3581 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()7430 Decl *ASTReader::GetExistingDecl(DeclID ID) { in GetExistingDecl() function in ASTReader7457 return GetExistingDecl(ID); in GetDecl()