Home
last modified time | relevance | path

Searched refs:FindExistingResult (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp215 class FindExistingResult { class in clang::ASTDeclReader
224 FindExistingResult(ASTReader &Reader) : Reader(Reader) {} in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
226 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
233 FindExistingResult(FindExistingResult &&Other) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
241 FindExistingResult &operator=(FindExistingResult &&) = delete;
242 ~FindExistingResult();
256 FindExistingResult findExisting(NamedDecl *D);
2843 else if (FindExistingResult ExistingRes = findExisting(D)) in mergeRedeclarable()
3022 if (FindExistingResult ExistingRes = findExisting(static_cast<T*>(D))) in mergeMergeable()
3293 ASTDeclReader::FindExistingResult::~FindExistingResult() { in ~FindExistingResult()
[all …]