HomeSort by: relevance | last modified time | path
    Searched refs:moveOnNoError (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 296 template <class T> bool moveOnNoError(llvm::ErrorOr<T> Val, T &Output) {
527 if (!moveOnNoError(VFS.status(R.second), Status)) {
547 if (moveOnNoError(VFS.status(RB.first), Status))
569 if (!moveOnNoError(VFS.status(F.first()), Status)) {
ASTUnit.cpp 149 static bool moveOnNoError(llvm::ErrorOr<T> Val, T &Output) {

Completed in 20 milliseconds