Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dstmt-parser.h69 SkipTo<'\n'>{} >> construct<ErrorRecovery>()};
74 SkipPast<'\n'>{} >> construct<ErrorRecovery>()};
79 constexpr auto skipBadLine{SkipPast<'\n'>{} >> construct<ErrorRecovery>()};
H A DFortran-parsers.cpp434 fail<ErrorRecovery>(
436 kindOrLen >> construct<ErrorRecovery>())))
520 !"END"_tok >> SkipTo<'\n'>{} >> construct<ErrorRecovery>())))
H A Dexecutable-parsers.cpp64 construct<ExecutionPartConstruct>(construct<ErrorRecovery>(ok /
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp5159 const ObjCObjectPointerType *OPT, bool ErrorRecovery) { in makeTypoCorrectionConsumer() argument
5212 if (ErrorRecovery && getLangOpts().Modules && in makeTypoCorrectionConsumer()
5629 bool ErrorRecovery) { in diagnoseTypo() argument
5631 ErrorRecovery); in diagnoseTypo()
5773 bool ErrorRecovery) { in diagnoseTypo() argument
5785 MissingImportKind::Declaration, ErrorRecovery); in diagnoseTypo()
5790 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
5796 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h353 EMPTY_CLASS(ErrorRecovery);
424 Statement<common::Indirection<StmtFunctionStmt>>, ErrorRecovery>
537 Statement<common::Indirection<NamelistStmt>>, ErrorRecovery>
968 ComponentArraySpec, Pointer, ErrorRecovery>
1067 std::variant<DataComponentDefStmt, ProcComponentDefStmt, ErrorRecovery
1133 ErrorRecovery>
H A Ddump-parse-tree.h285 NODE(parser, ErrorRecovery) in NODE()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4313 bool ErrorRecovery);
4462 bool ErrorRecovery = true);
4467 bool ErrorRecovery = true);