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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 23 #include "clang/Frontend/PreprocessorOptions.h"
67 PreprocessorOptions PreprocessorOpts;
172 PreprocessorOptions &getPreprocessorOpts() { return PreprocessorOpts; }
173 const PreprocessorOptions &getPreprocessorOpts() const {
Utils.h 42 class PreprocessorOptions;
63 const PreprocessorOptions &PPOpts,
PreprocessorOptions.h 1 //===--- PreprocessorOptions.h ----------------------------------*- C++ -*-===//
38 /// PreprocessorOptions - This class is used for passing the various options
40 class PreprocessorOptions {
168 PreprocessorOptions() : UsePredefines(true), DetailedRecord(false),
CompilerInstance.h 227 PreprocessorOptions &getPreprocessorOpts() {
230 const PreprocessorOptions &getPreprocessorOpts() const {
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 20 #include "clang/Frontend/PreprocessorOptions.h"
571 const PreprocessorOptions &InitOpts) {
573 for (PreprocessorOptions::const_remapped_file_buffer_iterator
597 for (PreprocessorOptions::const_remapped_file_iterator
632 const PreprocessorOptions &InitOpts,
ASTUnit.cpp 126 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
127 for (PreprocessorOptions::remapped_file_buffer_iterator
    [all...]
CompilerInstance.cpp 218 const PreprocessorOptions &PPOpts = getPreprocessorOpts();
    [all...]
CompilerInvocation.cpp 776 static void PreprocessorOptsToArgs(const PreprocessorOptions &Opts,
    [all...]
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 194 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
209 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 141 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts();

Completed in 548 milliseconds