HomeSort by: relevance | last modified time | path
    Searched defs:PreprocessorOptions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/interface/
set_lang_defaults_arg4.h 4 #include <clang/Lex/PreprocessorOptions.h>
6 /* Convert a clang::PreprocessorOptions to the fourth argument
8 * a clang::PreprocessorOptions itself or its Includes.
11 setLangDefaultsArg4(clang::PreprocessorOptions &PO) : PO(PO) {}
12 operator clang::PreprocessorOptions &() { return PO; }
15 clang::PreprocessorOptions &PO;
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorOptions.h 1 //===- PreprocessorOptions.h ------------------------------------*- C++ -*-===//
62 /// PreprocessorOptions - This class is used for passing the various options
64 class PreprocessorOptions {
216 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {}

Completed in 15 milliseconds