Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h467 bool isReplaying() const { return ConditionalStackState == Replaying; } in isReplaying() function
479 if (!isRecording() && !isReplaying()) in setStack()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp672 if (PreambleConditionalStack.isReplaying()) { in replayPreambleConditionalStack()