Home | History | Annotate | Download | only in Parse

Lines Matching refs:isAmbiguous

403 bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous) {
405 isAmbiguous = false;
443 isAmbiguous = true;
452 isAmbiguous = true;
1558 bool Parser::isCXXFunctionDeclarator(bool *IsAmbiguous) {
1597 if (IsAmbiguous && TPR == TPResult::Ambiguous)
1598 *IsAmbiguous = true;