Searched refs:FrontendOptions (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 150 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in CreateFrontendAction() 161 case FrontendOptions::ARCMT_None: in CreateFrontendAction() 163 case FrontendOptions::ARCMT_Check: in CreateFrontendAction() 166 case FrontendOptions::ARCMT_Modify: in CreateFrontendAction() 169 case FrontendOptions::ARCMT_Migrate: in CreateFrontendAction() 177 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) { in CreateFrontendAction()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 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() 583 (ASTMigrateActions & FrontendOptions::ObjCMT_ReturnsInnerPointerProperty)) in migrateObjCContainerDecl() 584 if (ASTMigrateActions & FrontendOptions::ObjCMT_Annotation) in migrateObjCContainerDecl() 587 if (!(ASTMigrateActions & FrontendOptions::ObjCMT_ReturnsInnerPointerProperty)) in migrateObjCContainerDecl() 591 if ((ASTMigrateActions & FrontendOptions::ObjCMT_Annotation) && in migrateObjCContainerDecl() 1203 if ((ASTMigrateActions & FrontendOptions::ObjCMT_ReadwriteProperty) == 0) in migrateProperty() 1222 FrontendOptions::ObjCMT_AtomicProperty) != 0, in migrateProperty() 1224 FrontendOptions::ObjCMT_NsAtomicIOSOnlyProperty) != 0, in migrateProperty() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 106 std::shared_ptr<FrontendOptions> FrontendOpts; 141 const FrontendOptions &getFrontendOpts() const { return *FrontendOpts; } in getFrontendOpts() 259 FrontendOptions &getFrontendOpts() { return *FrontendOpts; } in getFrontendOpts() 396 FrontendOptions &getMutFrontendOpts();
|
H A D | FrontendOptions.h | 279 class FrontendOptions { 595 FrontendOptions() in FrontendOptions() function
|
H A D | CompilerInstance.h | 311 FrontendOptions &getFrontendOpts() { in getFrontendOpts() 314 const FrontendOptions &getFrontendOpts() const { in getFrontendOpts()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendOptions.cpp | 15 InputKind FrontendOptions::getInputKindForExtension(StringRef Extension) { in getInputKindForExtension()
|
H A D | CompilerInvocation.cpp | 150 FrontendOpts(std::make_shared<FrontendOptions>()), in CompilerInvocationBase() 261 FrontendOptions &CowCompilerInvocation::getMutFrontendOpts() { in getMutFrontendOpts() 577 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in FixupInvocation() 2678 static void GenerateFrontendArgs(const FrontendOptions &Opts, in GenerateFrontendArgs() 2680 const FrontendOptions &FrontendOpts = Opts; in GenerateFrontendArgs() 2848 static bool ParseFrontendArgs(FrontendOptions &Opts, ArgList &Args, in ParseFrontendArgs() 2852 FrontendOptions &FrontendOpts = Opts; in ParseFrontendArgs() 2995 if (Opts.ARCMTAction != FrontendOptions::ARCMT_None && in ParseFrontendArgs() 2996 Opts.ObjCMTAction != FrontendOptions::ObjCMT_None) { in ParseFrontendArgs() 3096 IK = FrontendOptions::getInputKindForExtension( in ParseFrontendArgs() [all …]
|
H A D | InitPreprocessor.cpp | 388 const FrontendOptions &FEOpts, in InitializeStandardPredefinedMacros() 853 const FrontendOptions &FEOpts, in InitializePredefinedMacros() 1529 const FrontendOptions &FEOpts, in InitializePreprocessor()
|
H A D | PrecompiledPreamble.cpp | 423 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in Build()
|
H A D | CompilerInstance.cpp | 1211 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); 1726 const FrontendOptions &FEOpts = getFrontendOpts(); in createASTReader()
|
H A D | FrontendActions.cpp | 105 const FrontendOptions &Opts = CI.getFrontendOpts(); in CreateASTConsumer()
|
H A D | ASTUnit.cpp | 2198 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 207 CI.getFrontendOpts().ARCMTAction = FrontendOptions::ARCMT_None; in makeCommonInvocationForModuleBuild() 208 CI.getFrontendOpts().ObjCMTAction = FrontendOptions::ObjCMT_None; in makeCommonInvocationForModuleBuild()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 735 MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_Literals">; 739 MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_Subscripting">; 743 MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_Property">; 747 MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_MigrateDecls">; 751 …MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_ReadonlyPropert… 755 …MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_ReadwriteProper… 759 …MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_PropertyDotSynt… 763 MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_Annotation">; 767 MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_Instancetype">; 771 MarshallingInfoBitfieldFlag<FrontendOpts<"ObjCMTAction">, "FrontendOptions::ObjCMT_NsMacros">; [all …]
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 461 SRCS_MIN+= Frontend/FrontendOptions.cpp
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 570 FrontendOptions::getInputKindForExtension( in CreateCompileUnit()
|