Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h20 class PreprocessorOutputOptions; variable
30 const PreprocessorOutputOptions &Opts);
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h1 //===--- PreprocessorOutputOptions.h ----------------------------*- C++ -*-===//
16 /// PreprocessorOutputOptions - Options for controlling the C preprocessor
18 class PreprocessorOutputOptions {
48 PreprocessorOutputOptions() { in PreprocessorOutputOptions()
46 PreprocessorOutputOptions() { PreprocessorOutputOptions() function
H A DCompilerInvocation.h22 #include "clang/Frontend/PreprocessorOutputOptions.h"
112 std::shared_ptr<PreprocessorOutputOptions> PreprocessorOutputOpts;
145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
263 PreprocessorOutputOptions &getPreprocessorOutputOpts() {
398 PreprocessorOutputOptions &getMutPreprocessorOutputOpts();
H A DUtils.h45 class PreprocessorOutputOptions; variable
57 const PreprocessorOutputOptions &Opts);
H A DCompilerInstance.h346 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getDiagnostics()
349 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getDiagnosticsPtr()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp16 #include "clang/Frontend/PreprocessorOutputOptions.h"
550 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp39 #include "clang/Frontend/PreprocessorOutputOptions.h"
152 PreprocessorOutputOpts(std::make_shared<PreprocessorOutputOptions>()) {} in CompilerInvocationBase()
269 PreprocessorOutputOptions &
4687 GeneratePreprocessorOutputArgs(const PreprocessorOutputOptions &Opts, in CreateFromArgs()
4690 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in CreateFromArgs()
4706 static bool ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in getModuleHash()
4711 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in getModuleHash()
H A DPrintPreprocessedOutput.cpp17 #include "clang/Frontend/PreprocessorOutputOptions.h"
1078 const PreprocessorOutputOptions &Opts) {