Home
last modified time | relevance | path

Searched refs:KeepComments (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessor.h111 bool KeepComments : 1; variable
396 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
397 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
401 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
/external/clang/lib/Lex/
DPPDirectives.cpp265 if (CurLexer) CurLexer->SetCommentRetentionState(KeepComments); in SkipExcludedConditionalBlock()
281 if (CurLexer) CurLexer->SetCommentRetentionState(KeepComments); in SkipExcludedConditionalBlock()
298 if (CurLexer) CurLexer->SetCommentRetentionState(KeepComments); in SkipExcludedConditionalBlock()
394 if (CurLexer) CurLexer->SetCommentRetentionState(KeepComments); in SkipExcludedConditionalBlock()
DPreprocessor.cpp131 KeepComments = false; in Initialize()