Home
last modified time | relevance | path

Searched defs:getPreprocessor (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Frontend/
DASTUnit.h505 const Preprocessor &getPreprocessor() const { return *PP; } in getPreprocessor() function
506 Preprocessor &getPreprocessor() { return *PP; } in getPreprocessor() function
DCompilerInstance.h433 Preprocessor &getPreprocessor() const { in getPreprocessor() function
/external/clang/include/clang/Parse/
DParser.h246 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/external/clang/include/clang/Serialization/
DASTReader.h1476 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/external/clang/include/clang/Sema/
DSema.h1047 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function