Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h213 bool KeepComments : 1; variable
1236 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument
1237 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()
1241 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp98 KeepComments = false; in Preprocessor()