Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1100 unsigned NumTokenPaste = 0; variable
2227 ++NumTokenPaste; in IncrementPasteCounter()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp294 llvm::errs() << (NumFastTokenPaste+NumTokenPaste) in PrintStats()