Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DTokenLexer.cpp808 PP.IncrementPasteCounter(true); in pasteTokens()
815 PP.IncrementPasteCounter(false); in pasteTokens()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2052 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter() function