Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h237 bool KeepComments : 1; variable
1266 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
1267 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
1271 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp100 KeepComments = false; in Preprocessor()