Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DTokenLexer.cpp228 bool PasteAfter = i+1 != e && Tokens[i+1].is(tok::hashhash); in ExpandFunctionArguments() local
265 if (!PasteBefore && !PasteAfter) { in ExpandFunctionArguments()
369 if (PasteAfter) { in ExpandFunctionArguments()