Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h501 const Preprocessor &getPreprocessor() const { return *PP; } in getPreprocessor() function
502 Preprocessor &getPreprocessor() { return *PP; } in getPreprocessor() function
DCompilerInstance.h416 Preprocessor &getPreprocessor() const { in getPreprocessor() function
/external/clang/include/clang/Parse/
DParser.h242 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/external/clang/include/clang/Serialization/
DASTReader.h1480 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/external/clang/include/clang/Sema/
DSema.h965 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function