Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Format/
DUnwrappedLineParser.h102 bool tryToParseLambdaIntroducer();
DUnwrappedLineParser.cpp742 if (!tryToParseLambdaIntroducer()) in tryToParseLambda()
764 bool UnwrappedLineParser::tryToParseLambdaIntroducer() { in tryToParseLambdaIntroducer() function in clang::format::UnwrappedLineParser