Searched refs:NestedLambdas (Results 1 – 2 of 2) sorted by relevance
344 SmallVector<bool, 4> NestedLambdas; variable
186 NestedLambdas.clear(); in reset()2375 NestedLambdas.push_back(Line->SeenDecltypeAuto); in tryToParseLambda()2377 assert(!NestedLambdas.empty()); in tryToParseLambda()2378 NestedLambdas.pop_back(); in tryToParseLambda()2640 ((NestedLambdas.empty() && !IsDecltypeAutoFunction) || in parseParens()2641 (!NestedLambdas.empty() && !NestedLambdas.back())) && in parseParens()