Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h562 bool isRecording() const { return ConditionalStackState == Recording; } in isRecording() function
575 if (!isRecording() && !isReplaying()) in setStack()
2553 return PreambleConditionalStack.isRecording(); in isRecordingPreamble()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp574 if (PreambleConditionalStack.isRecording()) in SkipExcludedConditionalBlock()
2353 if (Action == Enter && File && PreambleConditionalStack.isRecording() && in HandleHeaderIncludeOrImport()