Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h112 bool KeepMacroComments : 1; variable
417 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState()