Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.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()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h118 FrontendOptions FrontendOpts;
194 FrontendOptions &getFrontendOpts() { return FrontendOpts; } in getFrontendOpts()
195 const FrontendOptions &getFrontendOpts() const { in getFrontendOpts()
H A DUtils.h54 class FrontendOptions; variable
66 const FrontendOptions &FEOpts);
H A DFrontendOptions.h118 class FrontendOptions {
255 FrontendOptions() : in FrontendOptions() function
H A DCompilerInstance.h260 FrontendOptions &getFrontendOpts() { in getFrontendOpts()
263 const FrontendOptions &getFrontendOpts() const { in getFrontendOpts()
693 const FrontendOptions &Opts);
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp330 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 …]
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendOptions.cpp14 InputKind FrontendOptions::getInputKindForExtension(StringRef Extension) { in getInputKindForExtension()
H A DCMakeLists.txt25 FrontendOptions.cpp
H A DCompilerInvocation.cpp759 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 …]
H A DInitPreprocessor.cpp355 const FrontendOptions &FEOpts, in InitializeStandardPredefinedMacros()
458 const FrontendOptions &FEOpts, in InitializePredefinedMacros()
889 const FrontendOptions &FEOpts) { in InitializePreprocessor()
H A DCompilerInstance.cpp702 const FrontendOptions &Opts) { in InitializeSourceManager()
902 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in compileModuleImpl()
H A DASTUnit.cpp1187 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in ComputePreamble()
1348 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in getMainBufferWithPrecompiledPreamble()
2316 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
/minix3/external/bsd/llvm/lib/libclangFrontend/
H A DMakefile24 FrontendOptions.cpp \
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp89 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction()
112 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in BeginInvocation()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp69 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis()