Home
last modified time | relevance | path

Searched refs:PreprocessorOutputOptions (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h20 class PreprocessorOutputOptions; variable
30 const PreprocessorOutputOptions &Opts);
/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h18 class PreprocessorOutputOptions {
48 PreprocessorOutputOptions() { in PreprocessorOutputOptions() function
H A DCompilerInvocation.h112 std::shared_ptr<PreprocessorOutputOptions> PreprocessorOutputOpts;
145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
263 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
398 PreprocessorOutputOptions &getMutPreprocessorOutputOpts();
H A DUtils.h45 class PreprocessorOutputOptions; variable
57 const PreprocessorOutputOptions &Opts);
H A DCompilerInstance.h347 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
350 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp550 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp39 #include "clang/Frontend/PreprocessorOutputOptions.h"
152 PreprocessorOutputOpts(std::make_shared<PreprocessorOutputOptions>()) {} in CompilerInvocationBase()
269 PreprocessorOutputOptions &
4839 GeneratePreprocessorOutputArgs(const PreprocessorOutputOptions &Opts, in CreateFromArgsImpl()
4842 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in CreateFromArgsImpl()
4858 static bool ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in CreateFromArgs()
4863 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in CreateFromArgs()
H A DPrintPreprocessedOutput.cpp17 #include "clang/Frontend/PreprocessorOutputOptions.h"
1077 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()