Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DTokenLexer.cpp249 bool PasteBefore = i != 0 && Tokens[i-1].is(tok::hashhash); in ExpandFunctionArguments() local
251 assert(!NonEmptyPasteBefore || PasteBefore); in ExpandFunctionArguments()
255 if (!PasteBefore && ActualArgs->isVarargsElidedUse() && in ExpandFunctionArguments()
264 if (!PasteBefore && !PasteAfter) { in ExpandFunctionArguments()
385 assert(PasteBefore); in ExpandFunctionArguments()