Searched refs:RecoveryAST (Results 1 – 6 of 6) sorted by relevance
89 CI->getLangOpts()->RecoveryAST = true; in buildCompilerInvocation()
315 opt<bool> RecoveryAST{ variable797 Opts.BuildRecoveryAST = RecoveryAST; in main()
152 COMPATIBLE_LANGOPT(RecoveryAST, 1, 1, "Preserve expressions in AST when encountering errors")
682 return LangOpts.CPlusPlus || LangOpts.RecoveryAST; in isDependenceAllowed()
3063 Opts.RecoveryAST = Args.hasFlag(OPT_frecovery_ast, OPT_fno_recovery_ast); in ParseLangArgs()
14470 if (getLangOpts().RecoveryAST && in BuildBinOp()19418 if (!Context.getLangOpts().RecoveryAST) in CreateRecoveryExpr()