Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h71 const pp::Preprocessor &getPreprocessor() const { return mPreprocessor; } in getPreprocessor() function
72 pp::Preprocessor &getPreprocessor() { return mPreprocessor; } in getPreprocessor() function
/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/Serialization/
DASTReader.h1478 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/external/clang/include/clang/Parse/
DParser.h252 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
/external/clang/include/clang/Sema/
DSema.h1067 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function