Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp286 llvm::errs() << (NumFastTokenPaste+NumTokenPaste) in PrintStats()
288 << NumFastTokenPaste << " on the fast path.\n"; in PrintStats()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1083 unsigned NumFastTokenPaste = 0; variable
2201 ++NumFastTokenPaste; in IncrementPasteCounter()