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

/external/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h71 const pp::Preprocessor &getPreprocessor() const { return mPreprocessor; } function in class:TParseContext
72 pp::Preprocessor &getPreprocessor() { return mPreprocessor; } function in class:TParseContext
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h433 Preprocessor &getPreprocessor() const { function in class:clang::CompilerInstance
H A DASTUnit.h505 const Preprocessor &getPreprocessor() const { return *PP; } function in class:clang::ASTUnit
506 Preprocessor &getPreprocessor() { return *PP; } function in class:clang::ASTUnit
/external/clang/include/clang/Parse/
H A DParser.h252 Preprocessor &getPreprocessor() const { return PP; } function in class:clang::Parser
/external/clang/include/clang/Serialization/
H A DASTReader.h1478 Preprocessor &getPreprocessor() const { return PP; } function in class:clang::ASTReader
/external/clang/include/clang/Sema/
H A DSema.h1067 Preprocessor &getPreprocessor() const { return PP; } function in class:clang::Sema

Completed in 198 milliseconds