Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h153 bool KeepMacroComments : 1; variable
721 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
722 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
723 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/external/clang/lib/Lex/
DPreprocessor.cpp94 KeepMacroComments = false; in Preprocessor()
DPPMacroExpansion.cpp786 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadFunctionLikeMacroArgs()
DPPDirectives.cpp2073 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()