Searched refs:FindExistingResult (Results 1 – 2 of 2) sorted by relevance
170 class FindExistingResult { class in clang::ASTDeclReader179 void operator=(FindExistingResult&) = delete;182 FindExistingResult(ASTReader &Reader) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult186 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult193 FindExistingResult(const FindExistingResult &Other) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult201 ~FindExistingResult();215 FindExistingResult findExisting(NamedDecl *D);2317 else if (FindExistingResult ExistingRes = findExisting(D)) in mergeRedeclarable()2427 if (FindExistingResult ExistingRes = findExisting(static_cast<T*>(D))) in mergeMergeable()2825 ASTDeclReader::FindExistingResult::~FindExistingResult() { in ~FindExistingResult()[all …]
205 class FindExistingResult { class in clang::ASTDeclReader214 FindExistingResult(ASTReader &Reader) : Reader(Reader) {} in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult216 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult223 FindExistingResult(FindExistingResult &&Other) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult231 FindExistingResult &operator=(FindExistingResult &&) = delete;232 ~FindExistingResult();246 FindExistingResult findExisting(NamedDecl *D);2524 else if (FindExistingResult ExistingRes = findExisting(D)) in mergeRedeclarable()2670 if (FindExistingResult ExistingRes = findExisting(static_cast<T*>(D))) in mergeMergeable()3301 ASTDeclReader::FindExistingResult::~FindExistingResult() { in ~FindExistingResult()[all …]