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

/external/clang/include/clang/Lex/
H A DPreprocessor.h141 bool KeepComments : 1;
515 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { argument
516 this->KeepComments = KeepComments | KeepMacroComments;
520 bool getCommentRetentionState() const { return KeepComments; }
/external/clang/lib/Lex/
H A DPreprocessor.cpp89 KeepComments = false;

Completed in 574 milliseconds