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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts;
91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
93 return *PreprocessorOpts;
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
CompilerInvocation.cpp 51 PreprocessorOpts(new PreprocessorOptions()) {}
59 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
    [all...]

Completed in 173 milliseconds