Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h20 class PreprocessorOutputOptions; variable
30 const PreprocessorOutputOptions &Opts);
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h16 class PreprocessorOutputOptions {
31 PreprocessorOutputOptions() { in PreprocessorOutputOptions() function
H A DCompilerInvocation.h153 PreprocessorOutputOptions PreprocessorOutputOpts;
179 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
183 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
H A DUtils.h45 class PreprocessorOutputOptions; variable
55 const PreprocessorOutputOptions &Opts);
H A DCompilerInstance.h313 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
316 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp515 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp960 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()
H A DCompilerInvocation.cpp4319 const PreprocessorOutputOptions &Opts, SmallVectorImpl<const char *> &Args, in GeneratePreprocessorOutputArgs()
4321 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs()
4343 static bool ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in ParsePreprocessorOutputArgs()
4348 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs()