Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp174 class FindExistingResult { class in clang::ASTDeclReader
183 void operator=(FindExistingResult&) = delete;
186 FindExistingResult(ASTReader &Reader) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
190 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
197 FindExistingResult(const FindExistingResult &Other) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
205 ~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 …]