Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h219 bool KeepMacroComments : 1; variable
1109 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
1110 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
1111 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp99 KeepMacroComments = false; in Preprocessor()
H A DPPMacroExpansion.cpp856 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadMacroCallArgumentList()
H A DPPDirectives.cpp3041 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()