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

  /frameworks/compile/slang/
slang.h 151 clang::Preprocessor &getPreprocessor() { return *mPP; }
slang_rs_context.h 112 inline clang::Preprocessor &getPreprocessor() const { return mPP; }
  /external/clang/include/clang/Frontend/
CompilerInstance.h 360 Preprocessor &getPreprocessor() const {
ASTUnit.h 450 const Preprocessor &getPreprocessor() const { return *PP; }
451 Preprocessor &getPreprocessor() { return *PP; }
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 200 Preprocessor &getPreprocessor() const { return PP; }
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h 823 Preprocessor &getPreprocessor() const { return PP; }
    [all...]

Completed in 265 milliseconds