Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3484 const ObjCObjectType *TypeBound) { in FilterMethodsByTypeBound() argument
3485 if (!TypeBound) in FilterMethodsByTypeBound()
3488 if (TypeBound->isObjCId()) in FilterMethodsByTypeBound()
3492 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound()
3519 bool InstanceFirst, bool CheckTheOther, const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool() argument
3532 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3548 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h464 const ObjCObjectType *TypeBound = nullptr);