Home
last modified time | relevance | path

Searched refs:FrontendOptions (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/FrontendTool/
HDExecuteCompilerInvocation.cpp122 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()
/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDCompilerInvocation.h118 FrontendOptions FrontendOpts;
194 FrontendOptions &getFrontendOpts() { return FrontendOpts; } in getFrontendOpts()
195 const FrontendOptions &getFrontendOpts() const { in getFrontendOpts()
HDUtils.h55 class FrontendOptions; variable
67 const FrontendOptions &FEOpts);
HDFrontendOptions.h119 class FrontendOptions {
256 FrontendOptions() : in FrontendOptions() function
HDCompilerInstance.h284 FrontendOptions &getFrontendOpts() { in getFrontendOpts()
287 const FrontendOptions &getFrontendOpts() const { in getFrontendOpts()
748 const FrontendOptions &Opts);
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp333 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 …]
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInvocation.cpp825 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 …]
HDFrontendOptions.cpp14 InputKind FrontendOptions::getInputKindForExtension(StringRef Extension) { in getInputKindForExtension()
HDInitPreprocessor.cpp358 const FrontendOptions &FEOpts, in InitializeStandardPredefinedMacros()
463 const FrontendOptions &FEOpts, in InitializePredefinedMacros()
906 const FrontendOptions &FEOpts) { in InitializePreprocessor()
HDCompilerInstance.cpp711 const FrontendOptions &Opts) { in InitializeSourceManager()
911 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in compileModuleImpl()
HDASTUnit.cpp1190 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in ComputePreamble()
1348 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in getMainBufferWithPrecompiledPreamble()
2323 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDFrontendActions.cpp90 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction()
113 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in BeginInvocation()
/NextBSD/lib/clang/libclangfrontend/
HDMakefile23 FrontendOptions.cpp \
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDModelInjector.cpp69 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDClangForward.h69 class FrontendOptions; variable