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();
208 if (TPR != TPResult::Ambiguous())
244 return TPResult::Ambiguous();
262 if (TPR != TPResult::Ambiguous())
266 // FIXME: Add statistics about the number of ambiguous statements encountered
292 if (TPR == TPResult::Ambiguous()) {
339 if (TPR != TPResult::Ambiguous())
343 // FIXME: Add statistics about the number of ambiguous statements encountered
370 if (TPR == TPResult::Ambiguous()) {
658 if (TPR != TPResult::Ambiguous())
673 if (TPR != TPResult::Ambiguous())
684 TPResult TPR(TPResult::Ambiguous());
710 if (TPR != TPResult::Ambiguous())
714 return TPResult::Ambiguous();
855 return TPResult::Ambiguous();
865 /// specifier, TPResult::False() if it is not, TPResult::Ambiguous() if it could
870 /// will be treated as ambiguous if the 'typename' keyword is missing. If this
873 /// parse error) should be treated as types. Returns TPResult::Ambiguous() in
984 // this is ambiguous. Typo-correct to type and expression keywords and
999 return HasMissingTypename ? TPResult::Ambiguous() : TPResult::False();
1014 // ambiguous.
1159 return TPResult::Ambiguous();
1174 return HasMissingTypename ? TPResult::Ambiguous()
1225 return TPResult::Ambiguous();
1251 return TPResult::Ambiguous();
1284 return TPResult::Ambiguous();
1319 return TPResult::Ambiguous();
1339 return TPResult::Ambiguous();
1350 if (TPR != TPResult::Ambiguous())
1364 return TPResult::Ambiguous();
1393 if (TPR == TPResult::Ambiguous()) {
1416 if (IsAmbiguous && TPR == TPResult::Ambiguous())
1444 return TPResult::Ambiguous();
1475 if (TPR != TPResult::Ambiguous())
1481 if (TPR != TPResult::Ambiguous())
1509 return TPResult::Ambiguous();
1515 /// return TPResult::Ambiguous(), otherwise it will return either False() or
1529 if (TPR == TPResult::Ambiguous() && Tok.isNot(tok::r_paren))
1571 return TPResult::Ambiguous();
1581 return TPResult::Ambiguous();