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 {
28 PreprocessorOutputOptions() { in PreprocessorOutputOptions() function
DCompilerInvocation.h122 PreprocessorOutputOptions PreprocessorOutputOpts;
203 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
206 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
DUtils.h52 class PreprocessorOutputOptions; variable
72 const PreprocessorOutputOptions &Opts);
DCompilerInstance.h308 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
311 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
/external/clang/include/clang/Rewrite/Frontend/
DRewriters.h21 class PreprocessorOutputOptions; variable
31 const PreprocessorOutputOptions &Opts);
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp579 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp741 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()
DCompilerInvocation.cpp2229 static void ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in ParsePreprocessorOutputArgs()