Home | History | Annotate | Download | only in Parse

Lines Matching refs:isAmbiguous

327 bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous) {
329 isAmbiguous = false;
375 isAmbiguous = true;
384 isAmbiguous = true;
1377 bool Parser::isCXXFunctionDeclarator(bool *IsAmbiguous) {
1416 if (IsAmbiguous && TPR == TPResult::Ambiguous())
1417 *IsAmbiguous = true;