Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp206 class FindExistingResult { class in clang::ASTDeclReader
215 FindExistingResult(ASTReader &Reader) : Reader(Reader) {} in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
224 FindExistingResult(FindExistingResult &&Other) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
232 FindExistingResult &operator=(FindExistingResult &&) = delete;
233 ~FindExistingResult();
247 FindExistingResult findExisting(NamedDecl *D);
2652 else if (FindExistingResult ExistingRes = findExisting(D)) in mergeRedeclarable()
3064 ASTDeclReader::FindExistingResult::~FindExistingResult() { in ~FindExistingResult()
3192 FindExistingResult Result(Reader, D, /*Existing=*/nullptr, in findExisting()
3262 return FindExistingResult(Reader); in findExisting()
[all …]