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

/external/clang/lib/Parse/
H A DParseTentative.cpp472 if (!TryParseLambdaIntroducer(Intro)) {
H A DParseExprCXX.cpp608 // (TryParseLambdaIntroducer never produces any diagnostic output.)
610 if (TryParseLambdaIntroducer(Intro))
723 /// TryParseLambdaIntroducer - Tentatively parse a lambda introducer.
726 bool Parser::TryParseLambdaIntroducer(LambdaIntroducer &Intro) { function in class:Parser
/external/clang/include/clang/Parse/
H A DParser.h1291 bool TryParseLambdaIntroducer(LambdaIntroducer &Intro);

Completed in 104 milliseconds