Home
last modified time | relevance | path

Searched refs:ParseLambdaIntroducer (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseInit.cpp77 if (ParseLambdaIntroducer(Intro, &ParseResult)) { in MayBeDesignationStart()
H A DParseExprCXX.cpp736 if (ParseLambdaIntroducer(Intro)) { in ParseLambdaExpression()
785 if (ParseLambdaIntroducer(Intro, &Tentative)) { in TryParseLambdaExpression()
800 if (ParseLambdaIntroducer(Intro)) in TryParseLambdaExpression()
824 bool Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, in ParseLambdaIntroducer() function in Parser
H A DParseTentative.cpp707 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1893 ParseLambdaIntroducer(LambdaIntroducer &Intro,