Searched refs:FrontendOptions (Results 1 – 14 of 14) sorted by relevance
127 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in CreateFrontendAction()138 case FrontendOptions::ARCMT_None: in CreateFrontendAction()140 case FrontendOptions::ARCMT_Check: in CreateFrontendAction()143 case FrontendOptions::ARCMT_Modify: in CreateFrontendAction()146 case FrontendOptions::ARCMT_Migrate: in CreateFrontendAction()154 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) { in CreateFrontendAction()
119 FrontendOptions FrontendOpts;198 FrontendOptions &getFrontendOpts() { return FrontendOpts; } in getFrontendOpts()199 const FrontendOptions &getFrontendOpts() const { in getFrontendOpts()
56 class FrontendOptions; variable68 const FrontendOptions &FEOpts);
122 class FrontendOptions {275 FrontendOptions() : in FrontendOptions() function
280 FrontendOptions &getFrontendOpts() { in getFrontendOpts()283 const FrontendOptions &getFrontendOpts() const { in getFrontendOpts()756 const FrontendOptions &Opts);
323 if (Consumer.ASTMigrateActions & FrontendOptions::ObjCMT_Literals) { in VisitObjCMessageExpr()329 if (Consumer.ASTMigrateActions & FrontendOptions::ObjCMT_Subscripting) { in VisitObjCMessageExpr()335 if (Consumer.ASTMigrateActions & FrontendOptions::ObjCMT_PropertyDotSyntax) { in VisitObjCMessageExpr()584 (ASTMigrateActions & FrontendOptions::ObjCMT_ReturnsInnerPointerProperty)) in migrateObjCContainerDecl()585 if (ASTMigrateActions & FrontendOptions::ObjCMT_Annotation) in migrateObjCContainerDecl()588 if (!(ASTMigrateActions & FrontendOptions::ObjCMT_ReturnsInnerPointerProperty)) in migrateObjCContainerDecl()592 if ((ASTMigrateActions & FrontendOptions::ObjCMT_Annotation) && in migrateObjCContainerDecl()1216 if ((ASTMigrateActions & FrontendOptions::ObjCMT_ReadwriteProperty) == 0) in migrateProperty()1235 FrontendOptions::ObjCMT_AtomicProperty) != 0, in migrateProperty()1237 FrontendOptions::ObjCMT_NsAtomicIOSOnlyProperty) != 0, in migrateProperty()[all …]
1068 static InputKind ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args, in ParseFrontendArgs()1227 Opts.ARCMTAction = FrontendOptions::ARCMT_Check; in ParseFrontendArgs()1230 Opts.ARCMTAction = FrontendOptions::ARCMT_Modify; in ParseFrontendArgs()1233 Opts.ARCMTAction = FrontendOptions::ARCMT_Migrate; in ParseFrontendArgs()1244 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_Literals; in ParseFrontendArgs()1246 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_Subscripting; in ParseFrontendArgs()1248 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_PropertyDotSyntax; in ParseFrontendArgs()1250 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_Property; in ParseFrontendArgs()1252 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_ReadonlyProperty; in ParseFrontendArgs()1254 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_ReadwriteProperty; in ParseFrontendArgs()[all …]
14 InputKind FrontendOptions::getInputKindForExtension(StringRef Extension) { in getInputKindForExtension()
31 FrontendOptions.cpp
363 const FrontendOptions &FEOpts, in InitializeStandardPredefinedMacros()505 const FrontendOptions &FEOpts, in InitializePredefinedMacros()977 const FrontendOptions &FEOpts) { in InitializePreprocessor()
731 DependencyOutputOptions &DepOpts, const FrontendOptions &Opts) { in InitializeSourceManager()967 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in compileModuleImpl()
1189 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in ComputePreamble()1347 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in getMainBufferWithPrecompiledPreamble()2336 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
91 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction()114 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in BeginInvocation()
69 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis()