Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h460 Replaying = 2, enumerator
467 void startReplaying() { ConditionalStackState = Replaying; } in startReplaying()
469 bool isReplaying() const { return ConditionalStackState == Replaying; } in isReplaying()