Searched refs:boundType (Results 1 – 2 of 2) sorted by relevance
531 TypeResult boundType; in parseObjCTypeParamListOrProtocolRefs() local542 boundType = ParseTypeName(); in parseObjCTypeParamListOrProtocolRefs()543 if (boundType.isInvalid()) in parseObjCTypeParamListOrProtocolRefs()555 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr); in parseObjCTypeParamListOrProtocolRefs()
2698 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr() local2702 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()