Home
last modified time | relevance | path

Searched refs:KeepComments (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessor.h153 bool KeepComments : 1; variable
728 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
729 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
733 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
/external/clang/lib/Lex/
DPreprocessor.cpp96 KeepComments = false; in Preprocessor()