Searched refs:getPreprocessor (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang.h199 clang::Preprocessor &getPreprocessor() { return *mPP; } function in class:slang::Slang
H A Dslang.cpp528 clang::Preprocessor &PP = getPreprocessor();
538 mRSContext = new RSContext(getPreprocessor(),
H A Dslang_rs_context.h149 inline clang::Preprocessor &getPreprocessor() const { return mPP; } function in class:slang::RSContext
H A Dslang_rs_export_reduce.cpp754 clang::Preprocessor &PP = RSC.getPreprocessor();

Completed in 61 milliseconds