Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4844 const ObjCObjectPointerType *OPT, bool ErrorRecovery) { in makeTypoCorrectionConsumer() argument
4897 if (ErrorRecovery && getLangOpts().Modules && in makeTypoCorrectionConsumer()
5314 bool ErrorRecovery) { in diagnoseTypo() argument
5316 ErrorRecovery); in diagnoseTypo()
5461 bool ErrorRecovery) { in diagnoseTypo() argument
5473 MissingImportKind::Declaration, ErrorRecovery); in diagnoseTypo()
5478 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
5484 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4094 bool ErrorRecovery);
4243 bool ErrorRecovery = true);
4248 bool ErrorRecovery = true);