Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp290 llvm::errs() << (NumFastTokenPaste+NumTokenPaste) in PrintStats()
292 << NumFastTokenPaste << " on the fast path.\n"; in PrintStats()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1081 unsigned NumFastTokenPaste = 0; variable
2199 ++NumFastTokenPaste; in IncrementPasteCounter()