Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3426 const ObjCObjectType *TypeBound) { in FilterMethodsByTypeBound() argument
3427 if (!TypeBound) in FilterMethodsByTypeBound()
3430 if (TypeBound->isObjCId()) in FilterMethodsByTypeBound()
3434 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound()
3462 const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool() argument
3475 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3491 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3587 const ObjCObjectType *TypeBound = nullptr);