Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5186 const ObjCObjectPointerType *OPT, bool ErrorRecovery) { in makeTypoCorrectionConsumer() argument
5239 if (ErrorRecovery && getLangOpts().Modules && in makeTypoCorrectionConsumer()
5656 bool ErrorRecovery) { in diagnoseTypo() argument
5658 ErrorRecovery); in diagnoseTypo()
5828 bool ErrorRecovery) { in diagnoseTypo() argument
5840 MissingImportKind::Declaration, ErrorRecovery); in diagnoseTypo()
5845 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
5851 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4524 bool ErrorRecovery);
4673 bool ErrorRecovery = true);
4678 bool ErrorRecovery = true);