Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h709 Replaying = 2, enumerator
716 void startReplaying() { ConditionalStackState = Replaying; } in startReplaying()
718 bool isReplaying() const { return ConditionalStackState == Replaying; } in isReplaying()