Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp492 TypeResult boundType; in parseObjCTypeParamListOrProtocolRefs() local
503 boundType = ParseTypeName(); in parseObjCTypeParamListOrProtocolRefs()
504 if (boundType.isInvalid()) in parseObjCTypeParamListOrProtocolRefs()
516 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr); in parseObjCTypeParamListOrProtocolRefs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp2597 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr() local
2601 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()