Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DTokenLexer.cpp125 bool &NextTokGetsSpace, in MaybeRemoveCommaBeforeVaArgs() argument
167 NextTokGetsSpace = false; in MaybeRemoveCommaBeforeVaArgs()
185 bool NextTokGetsSpace = false; in ExpandFunctionArguments() local
216 if (CurTok.hasLeadingSpace() || NextTokGetsSpace) in ExpandFunctionArguments()
222 NextTokGetsSpace = false; in ExpandFunctionArguments()
234 if (NextTokGetsSpace) { in ExpandFunctionArguments()
236 NextTokGetsSpace = false; in ExpandFunctionArguments()
256 MaybeRemoveCommaBeforeVaArgs(ResultToks, NextTokGetsSpace, in ExpandFunctionArguments()
308 NextTokGetsSpace); in ExpandFunctionArguments()
309 NextTokGetsSpace = false; in ExpandFunctionArguments()
[all …]