Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h20 class PreprocessorOutputOptions; variable
30 const PreprocessorOutputOptions &Opts);
/openbsd-src/gnu/llvm/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.h315 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
318 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp519 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp954 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()
H A DCompilerInvocation.cpp4359 const PreprocessorOutputOptions &Opts, SmallVectorImpl<const char *> &Args, in GeneratePreprocessorOutputArgs()
4361 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs()
4383 static bool ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in ParsePreprocessorOutputArgs()
4388 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs()