Lines Matching refs:Soup
3835 SmallVector<Token, 4> Soup; in LexEmbedParameters() local
3836 if (!LexParenthesizedBalancedTokenSoup(Soup)) in LexEmbedParameters()
3839 std::move(Soup), {ParamStartLoc, CurTok.getLocation()}}; in LexEmbedParameters()
3844 SmallVector<Token, 4> Soup; in LexEmbedParameters() local
3845 if (!LexParenthesizedBalancedTokenSoup(Soup)) in LexEmbedParameters()
3848 std::move(Soup), {ParamStartLoc, CurTok.getLocation()}}; in LexEmbedParameters()
3853 SmallVector<Token, 4> Soup; in LexEmbedParameters() local
3854 if (!LexParenthesizedBalancedTokenSoup(Soup)) in LexEmbedParameters()
3857 std::move(Soup), {ParamStartLoc, CurTok.getLocation()}}; in LexEmbedParameters()
3864 SmallVector<Token, 4> Soup; in LexEmbedParameters() local
3865 if (!LexParenthesizedBalancedTokenSoup(Soup)) in LexEmbedParameters()