Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DPreprocessorOutputOptions.h17 class PreprocessorOutputOptions {
27 PreprocessorOutputOptions() { in PreprocessorOutputOptions() function
DCompilerInvocation.h121 PreprocessorOutputOptions PreprocessorOutputOpts;
199 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
202 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
DUtils.h50 class PreprocessorOutputOptions; variable
70 const PreprocessorOutputOptions &Opts);
DCompilerInstance.h281 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts()
284 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts()
/external/clang/include/clang/Rewrite/Frontend/
DRewriters.h21 class PreprocessorOutputOptions; variable
31 const PreprocessorOutputOptions &Opts);
/external/lldb/include/lldb/Core/
DClangForward.h98 class PreprocessorOutputOptions; variable
/external/clang/lib/Rewrite/Frontend/
DInclusionRewriter.cpp523 const PreprocessorOutputOptions &Opts) { in RewriteIncludesInInput()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp707 const PreprocessorOutputOptions &Opts) { in DoPrintPreprocessedInput()
DCompilerInvocation.cpp1722 static void ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, in ParsePreprocessorOutputArgs()