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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp153 class FindExistingResult { class in class:clang::ASTDeclReader
159 void operator=(FindExistingResult&) LLVM_DELETED_FUNCTION;
162 FindExistingResult(ASTReader &Reader) function in class:clang::ASTDeclReader::FindExistingResult
165 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing) function in class:clang::ASTDeclReader::FindExistingResult
168 FindExistingResult(const FindExistingResult &Other) function in class:clang::ASTDeclReader::FindExistingResult
175 ~FindExistingResult();
187 FindExistingResult findExisting(NamedDecl *D);
1847 if (FindExistingResult ExistingRes = findExisting(static_cast<T*>(D)))
1920 if (FindExistingResult ExistingRe
[all...]

Completed in 105 milliseconds