Home
last modified time | relevance | path

Searched refs:boundType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp531 TypeResult boundType; in parseObjCTypeParamListOrProtocolRefs() local
542 boundType = ParseTypeName(); in parseObjCTypeParamListOrProtocolRefs()
543 if (boundType.isInvalid()) in parseObjCTypeParamListOrProtocolRefs()
555 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr); in parseObjCTypeParamListOrProtocolRefs()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2698 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr() local
2702 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()