Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DTokenLexer.cpp587 PP.IncrementPasteCounter(true); in PasteTokens()
594 PP.IncrementPasteCounter(false); in PasteTokens()
/external/clang/include/clang/Lex/
DPreprocessor.h1505 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter() function