Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp331 template <class T> bool moveOnNoError(llvm::ErrorOr<T> Val, T &Output) { in moveOnNoError() function
620 if (!moveOnNoError(VFS.status(R.second), Status)) { in CanReuse()
640 if (moveOnNoError(VFS.status(RB.first), Status)) in CanReuse()
662 if (!moveOnNoError(VFS.status(F.first()), Status)) { in CanReuse()
H A DASTUnit.cpp149 static bool moveOnNoError(llvm::ErrorOr<T> Val, T &Output) { in moveOnNoError() function