Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp4062 const ObjCObjectPointerType *OPT, bool ErrorRecovery) { in makeTypoCorrectionConsumer() argument
4116 if (ErrorRecovery && getLangOpts().Modules && in makeTypoCorrectionConsumer()
4511 bool ErrorRecovery) { in diagnoseTypo() argument
4513 ErrorRecovery); in diagnoseTypo()
4549 bool ErrorRecovery) { in diagnoseTypo() argument
4574 if (ErrorRecovery) in diagnoseTypo()
4581 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
4587 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas538 property ErrorRecovery: Boolean read GetErrorRecovery write SetErrorRecovery; property
4495 FState.ErrorRecovery := False;
4511 FState.ErrorRecovery := False;
4678 if (not FState.ErrorRecovery) then
4681 FState.ErrorRecovery := True;
4695 FState.ErrorRecovery := False;
DAntlr.Runtime.Tree.pas3795 FState.ErrorRecovery := False;
/external/clang/include/clang/Sema/
DSema.h2577 bool ErrorRecovery);
2688 bool ErrorRecovery = true);
2693 bool ErrorRecovery = true);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1083 State.ErrorRecovery := False;<endif>