Home | History | Annotate | Download | only in Parse

Lines Matching refs:IsAmbiguous

405 bool Parser::isCXXTypeId(TentativeCXXTypeIdContext Context, bool &isAmbiguous) {
407 isAmbiguous = false;
445 isAmbiguous = true;
454 isAmbiguous = true;
1585 bool Parser::isCXXFunctionDeclarator(bool *IsAmbiguous) {
1624 if (IsAmbiguous && TPR == TPResult::Ambiguous)
1625 *IsAmbiguous = true;