Home
last modified time | relevance | path

Searched refs:TryParseLambdaIntroducer (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp684 if (TryParseLambdaIntroducer(Intro)) in TryParseLambdaExpression()
931 bool Parser::TryParseLambdaIntroducer(LambdaIntroducer &Intro) { in TryParseLambdaIntroducer() function in Parser
HDParseTentative.cpp541 if (!TryParseLambdaIntroducer(Intro)) { in isCXX11AttributeSpecifier()
/trueos/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1358 bool TryParseLambdaIntroducer(LambdaIntroducer &Intro);