Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h152 bool KeepMacroComments : 1; variable
716 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
717 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
718 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp94 KeepMacroComments = false; in Preprocessor()
HDPPMacroExpansion.cpp782 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadFunctionLikeMacroArgs()
HDPPDirectives.cpp2049 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()