Searched refs:FindExistingResult (Results 1 – 1 of 1) sorted by relevance
174 class FindExistingResult { class in clang::ASTDeclReader183 void operator=(FindExistingResult&) = delete;186 FindExistingResult(ASTReader &Reader) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult190 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult197 FindExistingResult(const FindExistingResult &Other) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult205 ~FindExistingResult();219 FindExistingResult findExisting(NamedDecl *D);2238 else if (FindExistingResult ExistingRes = findExisting(D)) in mergeRedeclarable()2350 if (FindExistingResult ExistingRes = findExisting(static_cast<T*>(D))) in mergeMergeable()2710 ASTDeclReader::FindExistingResult::~FindExistingResult() { in ~FindExistingResult()[all …]