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 113 inline clang::Preprocessor &getPreprocessor() const { return mPP; }
  /external/clang/include/clang/Frontend/
CompilerInstance.h 397 Preprocessor &getPreprocessor() const {
ASTUnit.h 490 const Preprocessor &getPreprocessor() const { return *PP; }
491 Preprocessor &getPreprocessor() { return *PP; }
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 241 Preprocessor &getPreprocessor() const { return PP; }
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 73 milliseconds