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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 89 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
90 const PreprocessorOptions &getPreprocessorOpts() const {
CompilerInstance.h 259 PreprocessorOptions &getPreprocessorOpts() {
260 return Invocation->getPreprocessorOpts();
262 const PreprocessorOptions &getPreprocessorOpts() const {
263 return Invocation->getPreprocessorOpts();
  /external/clang/include/clang/Lex/
Preprocessor.h 430 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; }
    [all...]

Completed in 63 milliseconds