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

/external/clang/include/clang/Lex/
H A DPreprocessor.h142 bool KeepMacroComments : 1;
515 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { argument
516 this->KeepComments = KeepComments | KeepMacroComments;
517 this->KeepMacroComments = KeepMacroComments;

Completed in 665 milliseconds