HomeSort by relevance Sort by last modified time
    Searched refs:FEOpts (Results 1 - 19 of 19) sorted by null

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 127 const FrontendOptions &FEOpts = CI.getFrontendOpts();
129 if (FEOpts.FixAndRecompile) {
137 switch (FEOpts.ARCMTAction) {
148 FEOpts.MTMigrateDir,
149 FEOpts.ARCMTMigrateReportOut,
150 FEOpts.ARCMTMigrateEmitARCErrors);
154 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) {
156 FEOpts.MTMigrateDir,
157 FEOpts.ObjCMTAction);
164 if (!FEOpts.ASTMergeFiles.empty()
    [all...]
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 91 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts();
92 if (!FEOpts.FixItSuffix.empty()) {
93 FixItOpts.reset(new FixItActionSuffixInserter(FEOpts.FixItSuffix,
94 FEOpts.FixWhatYouCan));
97 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
114 const FrontendOptions &FEOpts = CI.getFrontendOpts();
116 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
118 if (FEOpts.FixToTemporaries)
123 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
124 FixItOpts->FixOnlyWarnings = FEOpts.FixOnlyWarnings
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 363 const FrontendOptions &FEOpts,
505 const FrontendOptions &FEOpts,
    [all...]
  /external/clang/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
Utils.h 68 const FrontendOptions &FEOpts);
  /frameworks/compile/slang/
slang.cpp 190 clang::FrontendOptions FEOpts;
194 clang::InitializePreprocessor(*mPP, getPreprocessorOpts(), *Reader, FEOpts);

Completed in 2433 milliseconds