Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h154 bool KeepMacroComments : 1; variable
728 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
729 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
730 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
/external/llvm-project/clang/include/clang/Lex/
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()
/external/clang/lib/Lex/
DPreprocessor.cpp97 KeepMacroComments = false; in Preprocessor()
DPPMacroExpansion.cpp788 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadFunctionLikeMacroArgs()
DPPDirectives.cpp2278 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp99 KeepMacroComments = false; in Preprocessor()
DPPMacroExpansion.cpp849 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadMacroCallArgumentList()
DPPDirectives.cpp2765 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()