Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DTokenLexer.cpp523 PP.IncrementPasteCounter(true); in PasteTokens()
530 PP.IncrementPasteCounter(false); in PasteTokens()
/external/clang/include/clang/Lex/
DPreprocessor.h785 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter() function