Home | History | Annotate | Download | only in Parse

Lines Matching refs:Ambiguous

104   // isCXXDeclarationSpecifier will return TPResult::Ambiguous() only in such
110 if (TPR != TPResult::Ambiguous())
122 // FIXME: Add statistics about the number of ambiguous statements encountered
138 if (TPR == TPResult::Ambiguous())
170 if (TPR == TPResult::Ambiguous())
178 if (TPR != TPResult::Ambiguous())
184 return TPResult::Ambiguous();
218 if (TPR != TPResult::Ambiguous())
258 return TPResult::Ambiguous();
276 if (TPR != TPResult::Ambiguous())
280 // FIXME: Add statistics about the number of ambiguous statements encountered
306 if (TPR == TPResult::Ambiguous()) {
353 if (TPR != TPResult::Ambiguous())
357 // FIXME: Add statistics about the number of ambiguous statements encountered
384 if (TPR == TPResult::Ambiguous()) {
672 if (TPR != TPResult::Ambiguous())
687 if (TPR != TPResult::Ambiguous())
698 TPResult TPR(TPResult::Ambiguous());
724 if (TPR != TPResult::Ambiguous())
728 return TPResult::Ambiguous();
870 return TPResult::Ambiguous();
880 /// specifier, TPResult::False() if it is not, TPResult::Ambiguous() if it could
885 /// will be treated as ambiguous if the 'typename' keyword is missing. If this
888 /// parse error) should be treated as types. Returns TPResult::Ambiguous() in
1002 // this is ambiguous. Typo-correct to type and expression keywords and
1018 return HasMissingTypename ? TPResult::Ambiguous() : TPResult::False();
1033 // ambiguous.
1182 return TPResult::Ambiguous();
1197 return HasMissingTypename ? TPResult::Ambiguous()
1248 return TPResult::Ambiguous();
1274 return TPResult::Ambiguous();
1307 return TPResult::Ambiguous();
1342 return TPResult::Ambiguous();
1362 return TPResult::Ambiguous();
1373 if (TPR != TPResult::Ambiguous())
1387 return TPResult::Ambiguous();
1416 if (TPR == TPResult::Ambiguous()) {
1439 if (IsAmbiguous && TPR == TPResult::Ambiguous())
1467 return TPResult::Ambiguous();
1498 if (TPR != TPResult::Ambiguous())
1504 if (TPR != TPResult::Ambiguous())
1532 return TPResult::Ambiguous();
1538 /// return TPResult::Ambiguous(), otherwise it will return either False() or
1552 if (TPR == TPResult::Ambiguous() && Tok.isNot(tok::r_paren))
1594 return TPResult::Ambiguous();
1604 return TPResult::Ambiguous();