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.cpp292 llvm::errs() << (NumFastTokenPaste+NumTokenPaste) in PrintStats()
294 << NumFastTokenPaste << " on the fast path.\n"; in PrintStats()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1109 unsigned NumFastTokenPaste = 0; variable
2262 ++NumFastTokenPaste; in IncrementPasteCounter()