Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h83 const std::string &getError() const { return Error; } in getError() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h152 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.h517 std::error_code getError() const { return Value.getError(); } in getError() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h105 std::error_code getError() const { return MaybeStat.getError(); } in getError() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h336 static BitstreamEntry getError() { getError() function
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java416 getError() in getError() method in TestBean
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h192 Error getError() { in getError() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp226 Error Path::Root::getError() const { in getError() function in llvm::json::Path::Root
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp321 static Error getError(const Twine &Message) { in getError() function