Searched refs:boundType (Results 1 – 2 of 2) sorted by relevance
522 TypeResult boundType; in parseObjCTypeParamListOrProtocolRefs() local533 boundType = ParseTypeName(); in parseObjCTypeParamListOrProtocolRefs()534 if (boundType.isInvalid()) in parseObjCTypeParamListOrProtocolRefs()546 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr); in parseObjCTypeParamListOrProtocolRefs()
2694 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr() local2698 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()