Home
last modified time | relevance | path

Searched defs:getError (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h83 const std::string &getError() const { return Error; } in getError() function
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DErrorOr.h153 std::error_code getError() const { in getError() function
H A DDataExtractor.h694 static Error &getError(Cursor &C) { return C.Err; } in getError() function
H A DVirtualFileSystem.h494 std::error_code getError() const { return Value.getError(); } in getError() function
/openbsd/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h105 std::error_code getError() const { return MaybeStat.getError(); } in getError() function
/openbsd/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h336 static BitstreamEntry getError() { in getError() function
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h184 Error getError() { in getError() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp224 Error Path::Root::getError() const { in getError() function in llvm::json::Path::Root