Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp408 bool PasteBefore = I != 0 && Tokens[I-1].is(tok::hashhash); in ExpandFunctionArguments() local
412 assert((!NonEmptyPasteBefore || PasteBefore || VCtx.isInVAOpt()) && in ExpandFunctionArguments()
426 } else if (PasteBefore && !NonEmptyPasteBefore) in ExpandFunctionArguments()
440 if (!PasteBefore && ActualArgs->isVarargsElidedUse() && in ExpandFunctionArguments()
449 if (!PasteBefore && !PasteAfter) { in ExpandFunctionArguments()
574 assert(PasteBefore); in ExpandFunctionArguments()