Searched refs:FrontendOptions (Results 1 – 15 of 15) sorted by relevance
122 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in CreateFrontendAction()133 case FrontendOptions::ARCMT_None: in CreateFrontendAction()135 case FrontendOptions::ARCMT_Check: in CreateFrontendAction()138 case FrontendOptions::ARCMT_Modify: in CreateFrontendAction()141 case FrontendOptions::ARCMT_Migrate: in CreateFrontendAction()149 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) { in CreateFrontendAction()
118 FrontendOptions FrontendOpts;194 FrontendOptions &getFrontendOpts() { return FrontendOpts; } in getFrontendOpts()195 const FrontendOptions &getFrontendOpts() const { in getFrontendOpts()
55 class FrontendOptions; variable67 const FrontendOptions &FEOpts);
119 class FrontendOptions {256 FrontendOptions() : in FrontendOptions() function
284 FrontendOptions &getFrontendOpts() { in getFrontendOpts()287 const FrontendOptions &getFrontendOpts() const { in getFrontendOpts()748 const FrontendOptions &Opts);
333 if (Consumer.ASTMigrateActions & FrontendOptions::ObjCMT_Literals) { in VisitObjCMessageExpr()339 if (Consumer.ASTMigrateActions & FrontendOptions::ObjCMT_Subscripting) { in VisitObjCMessageExpr()345 if (Consumer.ASTMigrateActions & FrontendOptions::ObjCMT_PropertyDotSyntax) { in VisitObjCMessageExpr()594 (ASTMigrateActions & FrontendOptions::ObjCMT_ReturnsInnerPointerProperty)) in migrateObjCContainerDecl()595 if (ASTMigrateActions & FrontendOptions::ObjCMT_Annotation) in migrateObjCContainerDecl()598 if (!(ASTMigrateActions & FrontendOptions::ObjCMT_ReturnsInnerPointerProperty)) in migrateObjCContainerDecl()602 if ((ASTMigrateActions & FrontendOptions::ObjCMT_Annotation) && in migrateObjCContainerDecl()1228 if ((ASTMigrateActions & FrontendOptions::ObjCMT_ReadwriteProperty) == 0) in migrateProperty()1247 FrontendOptions::ObjCMT_AtomicProperty) != 0, in migrateProperty()1249 FrontendOptions::ObjCMT_NsAtomicIOSOnlyProperty) != 0, in migrateProperty()[all …]
825 static InputKind ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args, in ParseFrontendArgs()965 Opts.ARCMTAction = FrontendOptions::ARCMT_Check; in ParseFrontendArgs()968 Opts.ARCMTAction = FrontendOptions::ARCMT_Modify; in ParseFrontendArgs()971 Opts.ARCMTAction = FrontendOptions::ARCMT_Migrate; in ParseFrontendArgs()982 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_Literals; in ParseFrontendArgs()984 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_Subscripting; in ParseFrontendArgs()986 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_PropertyDotSyntax; in ParseFrontendArgs()988 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_Property; in ParseFrontendArgs()990 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_ReadonlyProperty; in ParseFrontendArgs()992 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_ReadwriteProperty; in ParseFrontendArgs()[all …]
14 InputKind FrontendOptions::getInputKindForExtension(StringRef Extension) { in getInputKindForExtension()
358 const FrontendOptions &FEOpts, in InitializeStandardPredefinedMacros()463 const FrontendOptions &FEOpts, in InitializePredefinedMacros()906 const FrontendOptions &FEOpts) { in InitializePreprocessor()
711 const FrontendOptions &Opts) { in InitializeSourceManager()911 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in compileModuleImpl()
1190 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in ComputePreamble()1348 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in getMainBufferWithPrecompiledPreamble()2323 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
90 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction()113 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in BeginInvocation()
23 FrontendOptions.cpp \
69 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis()
69 class FrontendOptions; variable