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.cpp3478 const ObjCObjectType *TypeBound) { in FilterMethodsByTypeBound() argument
3479 if (!TypeBound) in FilterMethodsByTypeBound()
3482 if (TypeBound->isObjCId()) in FilterMethodsByTypeBound()
3486 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound()
3514 const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool() argument
3527 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3543 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5026 const ObjCObjectType *TypeBound = nullptr);