Searched refs:NestedLambdas (Results 1 – 2 of 2) sorted by relevance
342 SmallVector<bool, 4> NestedLambdas; variable
180 NestedLambdas.clear(); in reset()2324 NestedLambdas.push_back(Line->SeenDecltypeAuto); in tryToParseLambda()2326 assert(!NestedLambdas.empty()); in tryToParseLambda()2327 NestedLambdas.pop_back(); in tryToParseLambda()2540 ((NestedLambdas.empty() && !IsDecltypeAutoFunction) || in parseParens()2541 (!NestedLambdas.empty() && !NestedLambdas.back())) && in parseParens()