Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp279 llvm::errs() << (NumFastTokenPaste+NumTokenPaste) in PrintStats()
281 << NumFastTokenPaste << " on the fast path.\n"; in PrintStats()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h704 unsigned NumFastTokenPaste = 0; variable
1717 ++NumFastTokenPaste; in IncrementPasteCounter()