Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4036 const ObjCObjectPointerType *OPT, bool ErrorRecovery) { in makeTypoCorrectionConsumer() argument
4090 if (ErrorRecovery && getLangOpts().Modules && in makeTypoCorrectionConsumer()
4487 bool ErrorRecovery) { in diagnoseTypo() argument
4489 ErrorRecovery); in diagnoseTypo()
4525 bool ErrorRecovery) { in diagnoseTypo() argument
4550 if (ErrorRecovery) in diagnoseTypo()
4557 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
4563 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h2637 bool ErrorRecovery);
2748 bool ErrorRecovery = true);
2753 bool ErrorRecovery = true);