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 66 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts;
88 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
90 return *PreprocessorOpts;
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
CompilerInvocation.cpp 42 PreprocessorOpts(new PreprocessorOptions()) {}
50 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}
    [all...]

Completed in 67 milliseconds