Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp961 if (CurLexer && ++CheckPointCounter == CheckPointStepSize) { in Lex()
963 CheckPointCounter = 0; in Lex()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h332 unsigned CheckPointCounter = 0; variable