Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp5168 const ObjCObjectPointerType *OPT, bool ErrorRecovery) { in makeTypoCorrectionConsumer() argument
5221 if (ErrorRecovery && getLangOpts().Modules && in makeTypoCorrectionConsumer()
5638 bool ErrorRecovery) { in diagnoseTypo() argument
5640 ErrorRecovery); in diagnoseTypo()
5782 bool ErrorRecovery) { in diagnoseTypo() argument
5794 MissingImportKind::Declaration, ErrorRecovery); in diagnoseTypo()
5799 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
5805 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4433 bool ErrorRecovery);
4582 bool ErrorRecovery = true);
4587 bool ErrorRecovery = true);