Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h20 class PreprocessorOutputOptions; variable
30 const PreprocessorOutputOptions &Opts);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h18 class PreprocessorOutputOptions {
46 PreprocessorOutputOptions() { in PreprocessorOutputOptions() function
H A DCompilerInvocation.h112 std::shared_ptr<PreprocessorOutputOptions> PreprocessorOutputOpts;
145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
258 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
383 PreprocessorOutputOptions &getMutPreprocessorOutputOpts();
H A DUtils.h45 class PreprocessorOutputOptions; variable
57 const PreprocessorOutputOptions &Opts);
H A DCompilerInstance.h322 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
325 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp548 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp152 PreprocessorOutputOpts(std::make_shared<PreprocessorOutputOptions>()) {} in CompilerInvocationBase()
258 PreprocessorOutputOptions &
4480 GeneratePreprocessorOutputArgs(const PreprocessorOutputOptions &Opts, in GeneratePreprocessorOutputArgs()
4483 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs()
4499 static bool ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in ParsePreprocessorOutputArgs()
4504 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs()
H A DPrintPreprocessedOutput.cpp970 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()