Home
last modified time | relevance | path

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

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