Searched refs:PreprocessorOptions (Results 1 – 4 of 4) sorted by relevance
64 class PreprocessorOptions; variable136 llvm::IntrusiveRefCntPtr<clang::PreprocessorOptions> mPPOpts;202 clang::PreprocessorOptions &getPreprocessorOpts() { return *mPPOpts; } in getPreprocessorOpts()
49 class PreprocessorOptions; variable169 const clang::PreprocessorOptions &PreprocessorOpts,
243 mPPOpts(new clang::PreprocessorOptions()), in Slang()
247 const clang::PreprocessorOptions &PreprocessorOpts, in Backend()