Lines Matching defs:Tentative
871 LambdaIntroducerTentativeParse Tentative;
872 if (ParseLambdaIntroducer(Intro, &Tentative)) {
877 switch (Tentative) {
905 /// \param Tentative If non-null, we are disambiguating between a
912 LambdaIntroducerTentativeParse *Tentative) {
913 if (Tentative)
914 *Tentative = LambdaIntroducerTentativeParse::Success;
927 if (Tentative) {
928 *Tentative = LambdaIntroducerTentativeParse::Invalid;
938 if (Tentative)
939 *Tentative = LambdaIntroducerTentativeParse::Incomplete;
953 Tentative = nullptr;
959 Tentative = nullptr;
970 !(getLangOpts().ObjC && Tentative)) {
989 if (getLangOpts().ObjC && Tentative && First)
1072 if (Tentative) {
1074 *Tentative = LambdaIntroducerTentativeParse::Incomplete;
1096 if (!Tentative) {
1102 *Tentative = LambdaIntroducerTentativeParse::Incomplete;
1151 if (Tentative && Tok.is(tok::identifier) &&
1154 *Tentative = LambdaIntroducerTentativeParse::MessageSend;