Home
last modified time | relevance | path

Searched refs:mPPOpts (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang.h136 llvm::IntrusiveRefCntPtr<clang::PreprocessorOptions> mPPOpts; variable
202 clang::PreprocessorOptions &getPreprocessorOpts() { return *mPPOpts; } in getPreprocessorOpts()
Dslang.cpp243 mPPOpts(new clang::PreprocessorOptions()), in Slang()