Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h153 bool KeepComments : 1; variable
728 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
729 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
733 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h196 bool KeepComments : 1; variable
962 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
963 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
967 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
/external/clang/lib/Lex/
DPreprocessor.cpp96 KeepComments = false; in Preprocessor()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp98 KeepComments = false; in Preprocessor()