Home
last modified time | relevance | path

Searched refs:ShowComments (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DPreprocessorOutputOptions.h20 unsigned ShowComments : 1; ///< Show comments. variable
30 ShowComments = 0; in PreprocessorOutputOptions()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp751 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
DCompilerInvocation.cpp2273 Opts.ShowComments = Args.hasArg(OPT_C); in ParsePreprocessorOutputArgs()