Home
last modified time | relevance | path

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

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