Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp304 RetiredFlag<bool> RecoveryAST("recovery-ast"); variable
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def162 COMPATIBLE_LANGOPT(RecoveryAST, 1, 1, "Preserve expressions in AST when encountering errors")
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h797 return LangOpts.CPlusPlus || LangOpts.RecoveryAST; in isDependenceAllowed()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp15470 if (getLangOpts().RecoveryAST && in BuildBinOp()
20803 if (!Context.getLangOpts().RecoveryAST) in CreateRecoveryExpr()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5796 LangOpts<"RecoveryAST">, DefaultTrue,