Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h224 bool KeepMacroComments : 1; variable
1255 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
1256 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
1257 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp103 KeepMacroComments = false; in Preprocessor()
H A DPPMacroExpansion.cpp859 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadMacroCallArgumentList()
H A DPPDirectives.cpp3165 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()