Home
last modified time | relevance | path

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

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