Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h338 SmallVector<bool, 4> NestedLambdas; variable
H A DUnwrappedLineParser.cpp191 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()