Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h17 class PreprocessorOutputOptions {
27 PreprocessorOutputOptions() { in PreprocessorOutputOptions() function
H A DCompilerInvocation.h121 PreprocessorOutputOptions PreprocessorOutputOpts;
199 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
202 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
H A DUtils.h50 class PreprocessorOutputOptions; variable
70 const PreprocessorOutputOptions &Opts);
H A DCompilerInstance.h288 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
291 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DRewriters.h21 class PreprocessorOutputOptions; variable
31 const PreprocessorOutputOptions &Opts);
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp562 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp710 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()
H A DCompilerInvocation.cpp1761 static void ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in ParsePreprocessorOutputArgs()