Home
last modified time | relevance | path

Searched refs:ARCMTMigrateEmitARCErrors (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DFrontendOptions.h265 unsigned ARCMTMigrateEmitARCErrors : 1; variable
460 FixToTemporaries(false), ARCMTMigrateEmitARCErrors(false), in FrontendOptions()
/freebsd-12-stable/contrib/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp166 FEOpts.ARCMTMigrateEmitARCErrors); in CreateFrontendAction()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td537 MarshallingInfoFlag<FrontendOpts<"ARCMTMigrateEmitARCErrors">>;