Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp809 PP.IncrementPasteCounter(true); in pasteTokens()
816 PP.IncrementPasteCounter(false); in pasteTokens()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2260 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter() function