Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp80 if (ParseLambdaIntroducer(Intro, &ParseResult)) { in MayBeDesignationStart()
H A DParseExprCXX.cpp811 if (ParseLambdaIntroducer(Intro)) { in ParseLambdaExpression()
859 if (ParseLambdaIntroducer(Intro, &Tentative)) { in TryParseLambdaExpression()
874 if (ParseLambdaIntroducer(Intro)) in TryParseLambdaExpression()
898 bool Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, in ParseLambdaIntroducer() function in Parser
H A DParseTentative.cpp788 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2009 ParseLambdaIntroducer(LambdaIntroducer &Intro,