HomeSort by relevance Sort by last modified time
    Searched refs:PPOpts (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 143 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
144 PPOpts.RemappedFiles.insert(PPOpts.RemappedFiles.end(),
146 PPOpts.RemappedFilesKeepOriginalName = false;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ARCMigrate/
FileRemapper.h 57 void applyMappings(PreprocessorOptions &PPOpts) const;
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 177 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts();
178 if (!PPOpts.ImplicitPCHInclude.empty()) {
187 PPOpts.ImplicitPCHInclude, FileMgr, PCHContainerRdr, *Diags);
189 PPOpts.Includes.insert(PPOpts.Includes.begin(), OriginalFile);
190 PPOpts.ImplicitPCHInclude.clear();
420 PreprocessorOptions PPOpts;
421 remapper.applyMappings(PPOpts);
422 remap = PPOpts.RemappedFiles;
FileRemapper.cpp 192 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const {
196 PPOpts.addRemappedFile(I->first->getName(), FE->getName());
199 PPOpts.addRemappedFile(I->first->getName(), mem);
203 PPOpts.RetainRemappedFileBuffers = true;
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 141 PreprocessorOptions PPOpts;
142 remapper.applyMappings(PPOpts);
144 for (const auto &RB : PPOpts.RemappedFileBuffers)
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 158 /// \param PPOpts - The PreprocessorOptions affected.
161 const llvm::Triple &T, PreprocessorOptions &PPOpts,
  /external/clang/lib/Frontend/
CompilerInstance.cpp 299 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
303 if (!PPOpts.TokenCache.empty())
304 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics());
325 if (PPOpts.DetailedRecord)
330 PP->getFileManager(), PPOpts);
333 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInvocation.h 165 /// \param PPOpts - The PreprocessorOptions affected.
168 const llvm::Triple &T, PreprocessorOptions &PPOpts,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CompilerInvocation.h 165 /// \param PPOpts - The PreprocessorOptions affected.
168 const llvm::Triple &T, PreprocessorOptions &PPOpts,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
CompilerInvocation.h 165 /// \param PPOpts - The PreprocessorOptions affected.
168 const llvm::Triple &T, PreprocessorOptions &PPOpts,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CompilerInvocation.h 165 /// \param PPOpts - The PreprocessorOptions affected.
168 const llvm::Triple &T, PreprocessorOptions &PPOpts,

Completed in 268 milliseconds

1 2 3 4 5