Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp3479 const ObjCObjectType *TypeBound) { in FilterMethodsByTypeBound() argument
3480 if (!TypeBound) in FilterMethodsByTypeBound()
3483 if (TypeBound->isObjCId()) in FilterMethodsByTypeBound()
3487 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound()
3515 const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool() argument
3528 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3544 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4900 const ObjCObjectType *TypeBound = nullptr);