Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4557 const ObjCObjectPointerType *OPT, bool ErrorRecovery) { in makeTypoCorrectionConsumer() argument
4610 if (ErrorRecovery && getLangOpts().Modules && in makeTypoCorrectionConsumer()
5016 bool ErrorRecovery) { in diagnoseTypo() argument
5018 ErrorRecovery); in diagnoseTypo()
5153 bool ErrorRecovery) { in diagnoseTypo() argument
5165 MissingImportKind::Declaration, ErrorRecovery); in diagnoseTypo()
5170 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
5176 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3197 bool ErrorRecovery);
3335 bool ErrorRecovery = true);
3340 bool ErrorRecovery = true);