Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h154 bool KeepMacroComments : 1; variable
728 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
729 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
730 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/external/clang/lib/Lex/
DPreprocessor.cpp97 KeepMacroComments = false; in Preprocessor()
DPPMacroExpansion.cpp788 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadFunctionLikeMacroArgs()
DPPDirectives.cpp2278 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()