Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderDecl.cpp170 class FindExistingResult { class in clang::ASTDeclReader
179 void operator=(FindExistingResult&) = delete;
182 FindExistingResult(ASTReader &Reader) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
186 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
193 FindExistingResult(const FindExistingResult &Other) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
201 ~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 …]