Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DTokenLexer.cpp567 PP.IncrementPasteCounter(true); in PasteTokens()
574 PP.IncrementPasteCounter(false); in PasteTokens()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h1095 void IncrementPasteCounter(bool isFast) { in IncrementPasteCounter() function