Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderDecl.cpp170 class FindExistingResult { class in clang::ASTDeclReader
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
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp205 class FindExistingResult { class in clang::ASTDeclReader
214 FindExistingResult(ASTReader &Reader) : Reader(Reader) {} in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
216 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult
223 FindExistingResult(FindExistingResult &&Other) in FindExistingResult() function in clang::ASTDeclReader::FindExistingResult