Home
last modified time | relevance | path

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

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