Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h20 class PreprocessorOutputOptions; variable
30 const PreprocessorOutputOptions &Opts);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h16 class PreprocessorOutputOptions {
29 PreprocessorOutputOptions() { in PreprocessorOutputOptions() function
H A DCompilerInvocation.h148 PreprocessorOutputOptions PreprocessorOutputOpts;
174 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
178 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
H A DUtils.h55 class PreprocessorOutputOptions; variable
71 const PreprocessorOutputOptions &Opts);
H A DCompilerInstance.h312 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
315 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp537 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp859 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()
H A DCompilerInvocation.cpp4254 const PreprocessorOutputOptions &Opts, SmallVectorImpl<const char *> &Args, in GeneratePreprocessorOutputArgs()
4256 const PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in GeneratePreprocessorOutputArgs()
4276 static bool ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in ParsePreprocessorOutputArgs()
4281 PreprocessorOutputOptions &PreprocessorOutputOpts = Opts; in ParsePreprocessorOutputArgs()