Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Format/
H A DUnwrappedLineParser.h109 bool tryToParseLambdaIntroducer();
H A DUnwrappedLineParser.cpp1132 if (!tryToParseLambdaIntroducer()) in tryToParseLambda()
1171 bool UnwrappedLineParser::tryToParseLambdaIntroducer() { in tryToParseLambdaIntroducer() function in clang::format::UnwrappedLineParser