Home
last modified time | relevance | path

Searched defs:isReplaying (Results 1 – 2 of 2) sorted by relevance

/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp193 bool isReplaying() const { return Status == RRStatusTy::RRReplaying; } isReplaying() function
/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h718 bool isReplaying() const { return ConditionalStackState == Replaying; } isReplaying() function