Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp160 PreambleConditionalStack.startRecording(); in Preprocessor()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h356 void startRecording() { ConditionalStackState = Recording; } in startRecording() function