Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang.h64 class PreprocessorOptions; variable
136 llvm::IntrusiveRefCntPtr<clang::PreprocessorOptions> mPPOpts;
202 clang::PreprocessorOptions &getPreprocessorOpts() { return *mPPOpts; } in getPreprocessorOpts()
Dslang_backend.h49 class PreprocessorOptions; variable
169 const clang::PreprocessorOptions &PreprocessorOpts,
Dslang.cpp243 mPPOpts(new clang::PreprocessorOptions()), in Slang()
Dslang_backend.cpp247 const clang::PreprocessorOptions &PreprocessorOpts, in Backend()