Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h107 bool tryToParseLambdaIntroducer();
H A DUnwrappedLineParser.cpp866 if (!tryToParseLambdaIntroducer()) in tryToParseLambda()
904 bool UnwrappedLineParser::tryToParseLambdaIntroducer() { in tryToParseLambdaIntroducer() function in clang::format::UnwrappedLineParser