Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp163 PreambleConditionalStack.startRecording(); in Preprocessor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h695 void startRecording() { ConditionalStackState = Recording; } in startRecording() function