Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h185 bool tryToParseLambdaIntroducer();
H A DUnwrappedLineParser.cpp2265 if (!tryToParseLambdaIntroducer()) in tryToParseLambda()
2367 bool UnwrappedLineParser::tryToParseLambdaIntroducer() { in tryToParseLambdaIntroducer() function in clang::format::UnwrappedLineParser