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)
218 return TPResult::Ambiguous;
238 if (TPR == TPResult::Ambiguous)
246 if (TPR != TPResult::Ambiguous)
252 return TPResult::Ambiguous;
286 if (TPR != TPResult::Ambiguous)
327 return TPResult::Ambiguous;
345 if (TPR != TPResult::Ambiguous)
349 // FIXME: Add statistics about the number of ambiguous statements encountered
368 if (TPR == TPResult::Ambiguous) {
415 if (TPR != TPResult::Ambiguous)
419 // FIXME: Add statistics about the number of ambiguous statements encountered
438 if (TPR == TPResult::Ambiguous) {
828 if (TPR != TPResult::Ambiguous)
843 if (TPR != TPResult::Ambiguous)
854 TPResult TPR(TPResult::Ambiguous);
880 if (TPR != TPResult::Ambiguous)
884 return TPResult::Ambiguous;
998 Ambiguous;
1008 /// specifier, TPResult::False if it is not, TPResult::Ambiguous if it could
1013 /// will be treated as ambiguous if the 'typename' keyword is missing. If this
1016 /// parse error) should be treated as types. Returns TPResult::Ambiguous in
1130 // this is ambiguous. Typo-correct to type and expression keywords and
1146 return HasMissingTypename ? TPResult::Ambiguous : TPResult::False;
1161 // ambiguous.
1311 return TPResult::Ambiguous;
1326 return HasMissingTypename ? TPResult::Ambiguous
1377 return TPResult::Ambiguous;
1403 return TPResult::Ambiguous;
1436 return TPResult::Ambiguous;
1521 return TPResult::Ambiguous;
1541 return TPResult::Ambiguous;
1574 if (TPR == TPResult::Ambiguous) {
1597 if (IsAmbiguous && TPR == TPResult::Ambiguous)
1626 return TPResult::Ambiguous;
1677 } else if (TPR == TPResult::Ambiguous) {
1687 if (TPR != TPResult::Ambiguous)
1728 return TPResult::Ambiguous;
1734 /// return TPResult::Ambiguous, otherwise it will return either False() or
1748 if (TPR == TPResult::Ambiguous && Tok.isNot(tok::r_paren))
1790 return TPResult::Ambiguous;
1800 return TPResult::Ambiguous;