Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPreprocessorOutputOptions.h19 unsigned ShowComments : 1; ///< Show comments. variable
31 ShowComments = 0; in PreprocessorOutputOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp869 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td631 MarshallingInfoFlag<PreprocessorOutputOpts<"ShowComments">>;