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.h733 Replaying = 2, enumerator
740 void startReplaying() { ConditionalStackState = Replaying; } in startReplaying()
742 bool isReplaying() const { return ConditionalStackState == Replaying; } in isReplaying()