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()
54 class FrontendOptions; variable66 const FrontendOptions &FEOpts);
118 class FrontendOptions {255 FrontendOptions() : in FrontendOptions() function
260 FrontendOptions &getFrontendOpts() { in getFrontendOpts()263 const FrontendOptions &getFrontendOpts() const { in getFrontendOpts()693 const FrontendOptions &Opts);
330 if (Consumer.ASTMigrateActions & FrontendOptions::ObjCMT_Literals) { in VisitObjCMessageExpr()336 if (Consumer.ASTMigrateActions & FrontendOptions::ObjCMT_Subscripting) { in VisitObjCMessageExpr()342 if (Consumer.ASTMigrateActions & FrontendOptions::ObjCMT_PropertyDotSyntax) { in VisitObjCMessageExpr()591 (ASTMigrateActions & FrontendOptions::ObjCMT_ReturnsInnerPointerProperty)) in migrateObjCInterfaceDecl()592 if (ASTMigrateActions & FrontendOptions::ObjCMT_Annotation) in migrateObjCInterfaceDecl()595 if (!(ASTMigrateActions & FrontendOptions::ObjCMT_ReturnsInnerPointerProperty)) in migrateObjCInterfaceDecl()599 if ((ASTMigrateActions & FrontendOptions::ObjCMT_Annotation) && in migrateObjCInterfaceDecl()1210 if ((ASTMigrateActions & FrontendOptions::ObjCMT_ReadwriteProperty) == 0) in migrateProperty()1229 FrontendOptions::ObjCMT_AtomicProperty) != 0, in migrateProperty()1231 FrontendOptions::ObjCMT_NsAtomicIOSOnlyProperty) != 0, in migrateProperty()[all …]
14 InputKind FrontendOptions::getInputKindForExtension(StringRef Extension) { in getInputKindForExtension()
25 FrontendOptions.cpp
759 static InputKind ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args, in ParseFrontendArgs()904 Opts.ARCMTAction = FrontendOptions::ARCMT_Check; in ParseFrontendArgs()907 Opts.ARCMTAction = FrontendOptions::ARCMT_Modify; in ParseFrontendArgs()910 Opts.ARCMTAction = FrontendOptions::ARCMT_Migrate; in ParseFrontendArgs()921 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_Literals; in ParseFrontendArgs()923 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_Subscripting; in ParseFrontendArgs()925 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_PropertyDotSyntax; in ParseFrontendArgs()927 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_Property; in ParseFrontendArgs()929 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_ReadonlyProperty; in ParseFrontendArgs()931 Opts.ObjCMTAction |= FrontendOptions::ObjCMT_ReadwriteProperty; in ParseFrontendArgs()[all …]
355 const FrontendOptions &FEOpts, in InitializeStandardPredefinedMacros()458 const FrontendOptions &FEOpts, in InitializePredefinedMacros()889 const FrontendOptions &FEOpts) { in InitializePreprocessor()
702 const FrontendOptions &Opts) { in InitializeSourceManager()902 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in compileModuleImpl()
1187 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in ComputePreamble()1348 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in getMainBufferWithPrecompiledPreamble()2316 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
24 FrontendOptions.cpp \
89 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction()112 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in BeginInvocation()
69 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis()