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)
220 return TPResult::Ambiguous;
240 if (TPR == TPResult::Ambiguous)
248 if (TPR != TPResult::Ambiguous)
254 return TPResult::Ambiguous;
288 if (TPR != TPResult::Ambiguous)
329 return TPResult::Ambiguous;
347 if (TPR != TPResult::Ambiguous)
351 // FIXME: Add statistics about the number of ambiguous statements encountered
370 if (TPR == TPResult::Ambiguous) {
416 if (TPR != TPResult::Ambiguous)
420 // FIXME: Add statistics about the number of ambiguous statements encountered
439 if (TPR == TPResult::Ambiguous) {
828 if (TPR != TPResult::Ambiguous)
839 if (TPR != TPResult::Ambiguous)
850 TPResult TPR(TPResult::Ambiguous);
876 if (TPR != TPResult::Ambiguous)
880 return TPResult::Ambiguous;
997 return TPResult::Ambiguous;
1028 /// specifier, TPResult::False if it is not, TPResult::Ambiguous if it could
1033 /// will be treated as ambiguous if the 'typename' keyword is missing. If this
1036 /// parse error) should be treated as types. Returns TPResult::Ambiguous in
1151 // this is ambiguous. Typo-correct to type and expression keywords and
1164 return HasMissingTypename ? TPResult::Ambiguous : TPResult::False;
1179 // ambiguous.
1338 return TPResult::Ambiguous;
1353 return HasMissingTypename ? TPResult::Ambiguous
1404 return TPResult::Ambiguous;
1430 return TPResult::Ambiguous;
1463 return TPResult::Ambiguous;
1549 return TPResult::Ambiguous;
1569 return TPResult::Ambiguous;
1602 if (TPR == TPResult::Ambiguous) {
1623 if (IsAmbiguous && TPR == TPResult::Ambiguous)
1652 return TPResult::Ambiguous;
1703 } else if (TPR == TPResult::Ambiguous) {
1713 if (TPR != TPResult::Ambiguous)
1754 return TPResult::Ambiguous;
1760 /// return TPResult::Ambiguous, otherwise it will return either False() or
1774 if (TPR == TPResult::Ambiguous && Tok.isNot(tok::r_paren))
1814 return TPResult::Ambiguous;
1824 return TPResult::Ambiguous;