Searched refs:GetExistingDecl (Results 1 – 2 of 2) sorted by relevance
1324 return GetExistingDecl(I->second[0]); in getKeyDeclaration()1340 Visit(GetExistingDecl(ID)); in forEachImportedKeyDecl()1932 Decl *GetExistingDecl(GlobalDeclID ID);
3439 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()3799 if (Decl *D = GetExistingDecl(ID)) in ReadASTBlock()3825 assert(!GetExistingDecl(ID) && in ReadASTBlock()7736 if (Decl *D = GetExistingDecl(ID)) in getSourceLocationForDeclID()7868 Decl *ASTReader::GetExistingDecl(GlobalDeclID ID) { in GetExistingDecl() function in ASTReader7896 return GetExistingDecl(ID); in GetDecl()