Searched refs:PreprocessorOutputOptions (Results 1 – 8 of 8) sorted by relevance
20 class PreprocessorOutputOptions; variable30 const PreprocessorOutputOptions &Opts);
18 class PreprocessorOutputOptions {48 PreprocessorOutputOptions() { in PreprocessorOutputOptions() function
112 std::shared_ptr<PreprocessorOutputOptions> PreprocessorOutputOpts;145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()263 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()384 PreprocessorOutputOptions &getMutPreprocessorOutputOpts();
332 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()335 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
550 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
138 PreprocessorOutputOpts(std::make_shared<PreprocessorOutputOptions>()) {} in CompilerInvocationBase()246 PreprocessorOutputOptions &5019 GeneratePreprocessorOutputArgs(const PreprocessorOutputOptions &Opts, in GeneratePreprocessorOutputArgs()5022 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs()5038 static bool ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in ParsePreprocessorOutputArgs()5043 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs()
1074 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()
1204 …processedInput(clang::Preprocessor&, llvm::raw_ostream*, clang::PreprocessorOutputOptions const&)"…