Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3471 const ObjCObjectType *TypeBound) { in FilterMethodsByTypeBound() argument
3472 if (!TypeBound) in FilterMethodsByTypeBound()
3475 if (TypeBound->isObjCId()) in FilterMethodsByTypeBound()
3479 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound()
3507 const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool() argument
3520 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3536 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4777 const ObjCObjectType *TypeBound = nullptr);