Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp285 llvm::errs() << (NumFastTokenPaste+NumTokenPaste) in PrintStats()
287 << NumFastTokenPaste << " on the fast path.\n"; in PrintStats()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h813 unsigned NumFastTokenPaste = 0; variable
1875 ++NumFastTokenPaste; in IncrementPasteCounter()