Searched refs:NestedLambdas (Results 1 – 2 of 2) sorted by relevance
338 SmallVector<bool, 4> NestedLambdas; variable
191 NestedLambdas.clear(); in reset()2355 NestedLambdas.push_back(Line->SeenDecltypeAuto); in tryToParseLambda()2357 assert(!NestedLambdas.empty()); in tryToParseLambda()2358 NestedLambdas.pop_back(); in tryToParseLambda()2580 ((NestedLambdas.empty() && !IsDecltypeAutoFunction) || in parseParens()2581 (!NestedLambdas.empty() && !NestedLambdas.back())) && in parseParens()