Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h151 bool KeepMacroComments : 1; variable
539 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
540 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
541 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/external/clang/lib/Lex/
DPreprocessor.cpp93 KeepMacroComments = false; in Preprocessor()
DPPMacroExpansion.cpp597 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadFunctionLikeMacroArgs()
DPPDirectives.cpp2042 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()