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

  /external/clang/examples/wpa/
clang-wpa.cpp 64 virtual Preprocessor &getPreprocessor() {
65 return AST->getPreprocessor();
135 Preprocessor &PP = TU->getPreprocessor();
  /external/clang/include/clang/Frontend/
CompilerInstance.h 328 Preprocessor &getPreprocessor() const {
ASTUnit.h 447 const Preprocessor &getPreprocessor() const { return *PP; }
448 Preprocessor &getPreprocessor() { return *PP; }
  /frameworks/compile/slang/
slang.h 153 clang::Preprocessor &getPreprocessor() { return *mPP; }
slang_rs_context.h 105 inline clang::Preprocessor &getPreprocessor() const { return mPP; }
  /external/clang/include/clang/Serialization/
ASTReader.h 777 Preprocessor &getPreprocessor() const { return PP; }
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 188 Preprocessor &getPreprocessor() const { return PP; }
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 703 Preprocessor &getPreprocessor() const { return PP; }
    [all...]

Completed in 163 milliseconds