Searched defs:hasError (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h76 bool hasError() const { return !Error.empty(); } function in class:clang::tooling::AtomicChange
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp122 bool hasError() const { return Err.hasValue(); } function in struct:__anon1970::CParser
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h122 bool hasError() const { function in class:llvm::JITSymbolFlags
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h118 bool hasError() { return LastError != instrprof_error::success && !isEOF(); } function in class:llvm::InstrProfReader
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp104 bool hasError() const { return ErrorMsg != ""; } function in class:llvm::RuntimeDyldCheckerExprEval::EvalResult
[all...]
H A DRuntimeDyldImpl.h560 bool hasError() { return HasError; } function in class:llvm::RuntimeDyldImpl
H A DRuntimeDyld.cpp1369 bool RuntimeDyld::hasError() { return Dyld->hasError(); } function in class:llvm::RuntimeDyld
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h966 bool hasError() const { function in class:llvm::TreePattern
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4885 bool hasError; local
4800 applyObjCProtocolQualifiers(QualType type, ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, bool allowOnPointerType) const argument

Completed in 294 milliseconds