Home
last modified time | relevance | path

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

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