Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp167 PreambleConditionalStack.startRecording(); in Preprocessor()
/src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h715 void startRecording() { ConditionalStackState = Recording; } in startRecording() function