Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3463 const ObjCObjectType *TypeBound) { in FilterMethodsByTypeBound() argument
3464 if (!TypeBound) in FilterMethodsByTypeBound()
3467 if (TypeBound->isObjCId()) in FilterMethodsByTypeBound()
3471 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound()
3499 const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool() argument
3512 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
3528 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4485 const ObjCObjectType *TypeBound = nullptr);