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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp682 // (TryParseLambdaIntroducer never produces any diagnostic output.)
684 if (TryParseLambdaIntroducer(Intro))
928 /// TryParseLambdaIntroducer - Tentatively parse a lambda introducer.
931 bool Parser::TryParseLambdaIntroducer(LambdaIntroducer &Intro) { function in class:Parser
H A DParseTentative.cpp541 if (!TryParseLambdaIntroducer(Intro)) {
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1358 bool TryParseLambdaIntroducer(LambdaIntroducer &Intro);

Completed in 70 milliseconds