Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp344 template <class T> bool moveOnNoError(llvm::ErrorOr<T> Val, T &Output) { in moveOnNoError() function
634 if (!moveOnNoError(VFS.status(R.second), Status)) { in CanReuse()
654 if (moveOnNoError(VFS.status(RB.first), Status)) in CanReuse()
676 if (!moveOnNoError(VFS.status(F.first()), Status)) { in CanReuse()
H A DASTUnit.cpp148 static bool moveOnNoError(llvm::ErrorOr<T> Val, T &Output) { in moveOnNoError() function