Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp296 template <class T> bool moveOnNoError(llvm::ErrorOr<T> Val, T &Output) { in moveOnNoError() function
535 if (!moveOnNoError(VFS->status(R.second), Status)) { in CanReuse()
555 if (moveOnNoError(VFS->status(RB.first), Status)) in CanReuse()
577 if (!moveOnNoError(VFS->status(F.first()), Status)) { in CanReuse()
DASTUnit.cpp149 static bool moveOnNoError(llvm::ErrorOr<T> Val, T &Output) { in moveOnNoError() function