Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp297 llvm::errs() << (NumFastTokenPaste+NumTokenPaste) in PrintStats()
299 << NumFastTokenPaste << " on the fast path.\n"; in PrintStats()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h947 unsigned NumFastTokenPaste = 0; variable
2054 ++NumFastTokenPaste; in IncrementPasteCounter()