Home
last modified time | relevance | path

Searched defs:KeepMacroComments (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h152 bool KeepMacroComments : 1; variable
716 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState()