Searched refs:boundType (Results 1 – 2 of 2) sorted by relevance
463 TypeResult boundType; in parseObjCTypeParamListOrProtocolRefs() local474 boundType = ParseTypeName(); in parseObjCTypeParamListOrProtocolRefs()475 if (boundType.isInvalid()) in parseObjCTypeParamListOrProtocolRefs()487 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr); in parseObjCTypeParamListOrProtocolRefs()
2806 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr() local2810 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()