Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DPreprocessorOutputOptions.h17 class PreprocessorOutputOptions {
27 PreprocessorOutputOptions() { in PreprocessorOutputOptions() function
DCompilerInvocation.h119 PreprocessorOutputOptions PreprocessorOutputOpts;
197 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
200 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
DUtils.h46 class PreprocessorOutputOptions; variable
73 const PreprocessorOutputOptions &Opts);
DCompilerInstance.h266 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
269 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
/external/clang/include/clang/Rewrite/Frontend/
DRewriters.h21 class PreprocessorOutputOptions; variable
31 const PreprocessorOutputOptions &Opts);
/external/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp511 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp700 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()
DCompilerInvocation.cpp1484 static void ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in ParsePreprocessorOutputArgs()