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

/external/clang/include/clang/Lex/
H A DPreprocessor.h138 bool KeepMacroComments : 1;
472 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { argument
473 this->KeepComments = KeepComments | KeepMacroComments;
474 this->KeepMacroComments = KeepMacroComments;
/external/clang/lib/Lex/
H A DPreprocessor.cpp88 KeepMacroComments = false;
H A DPPMacroExpansion.cpp605 } else if (Tok.is(tok::comment) && !KeepMacroComments) {
H A DPPDirectives.cpp1812 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments);

Completed in 55 milliseconds