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.cpp3481 const ObjCObjectType *TypeBound) { in FilterMethodsByTypeBound() argument
3482 if (!TypeBound) in FilterMethodsByTypeBound()
3485 if (TypeBound->isObjCId()) in FilterMethodsByTypeBound()
3489 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound()
3516 bool InstanceFirst, bool CheckTheOther, const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool() argument
3529 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3545 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h472 const ObjCObjectType *TypeBound = nullptr);