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

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

Completed in 128 milliseconds