Searched refs:boundType (Results 1 – 2 of 2) sorted by relevance
527 TypeResult boundType; in parseObjCTypeParamListOrProtocolRefs() local538 boundType = ParseTypeName(); in parseObjCTypeParamListOrProtocolRefs()539 if (boundType.isInvalid()) in parseObjCTypeParamListOrProtocolRefs()551 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr); in parseObjCTypeParamListOrProtocolRefs()
2701 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr() local2705 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()