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) {
417 if (TPR != TPResult::Ambiguous)
421 // FIXME: Add statistics about the number of ambiguous statements encountered
440 if (TPR == TPResult::Ambiguous) {
830 if (TPR != TPResult::Ambiguous)
846 if (TPR != TPResult::Ambiguous)
857 TPResult TPR(TPResult::Ambiguous);
883 if (TPR != TPResult::Ambiguous)
887 return TPResult::Ambiguous;
1004 return TPResult::Ambiguous;
1036 /// specifier, TPResult::False if it is not, TPResult::Ambiguous if it could
1041 /// will be treated as ambiguous if the 'typename' keyword is missing. If this
1044 /// parse error) should be treated as types. Returns TPResult::Ambiguous in
1158 // this is ambiguous. Typo-correct to type and expression keywords and
1171 return HasMissingTypename ? TPResult::Ambiguous : TPResult::False;
1186 // ambiguous.
1338 return TPResult::Ambiguous;
1353 return HasMissingTypename ? TPResult::Ambiguous
1404 return TPResult::Ambiguous;
1430 return TPResult::Ambiguous;
1463 return TPResult::Ambiguous;
1548 return TPResult::Ambiguous;
1568 return TPResult::Ambiguous;
1601 if (TPR == TPResult::Ambiguous) {
1624 if (IsAmbiguous && TPR == TPResult::Ambiguous)
1653 return TPResult::Ambiguous;
1704 } else if (TPR == TPResult::Ambiguous) {
1714 if (TPR != TPResult::Ambiguous)
1755 return TPResult::Ambiguous;
1761 /// return TPResult::Ambiguous, otherwise it will return either False() or
1775 if (TPR == TPResult::Ambiguous && Tok.isNot(tok::r_paren))
1817 return TPResult::Ambiguous;
1827 return TPResult::Ambiguous;