Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h138 bool KeepMacroComments : 1; variable
475 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
476 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
477 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessor.cpp89 KeepMacroComments = false; in Preprocessor()
DPPMacroExpansion.cpp583 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadFunctionLikeMacroArgs()
DPPDirectives.cpp1891 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()