Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h197 bool KeepMacroComments : 1; variable
962 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
963 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
964 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp99 KeepMacroComments = false; in Preprocessor()
H A DPPMacroExpansion.cpp851 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadMacroCallArgumentList()
H A DPPDirectives.cpp2789 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()