Searched refs:TypeBound (Results 1 – 8 of 8) sorted by relevance
119 return filter(lambda x: isinstance(x, TypeBound), walktree(self))656 class TypeBound(Leaf): class
831 t = refpolicy.TypeBound()
3355 const ObjCObjectType *TypeBound) { in FilterMethodsByTypeBound() argument3356 if (!TypeBound) in FilterMethodsByTypeBound()3359 if (TypeBound->isObjCId()) in FilterMethodsByTypeBound()3363 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound()3391 const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool() argument3404 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()3420 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
857 name = SimpleName() { begin=token(); } [ typeBound = TypeBound() ]861 NodeList<ClassOrInterfaceType> TypeBound():
782 typeBound = TypeBound(); in TypeParameter()792 …final public List<ClassOrInterfaceType> TypeBound() {List<ClassOrInterfaceType> ret = new LinkedLi… in TypeBound() method in ASTParser
722 typeBound = TypeBound(); in TypeParameter()732 …final public NodeList<ClassOrInterfaceType> TypeBound() throws ParseException {NodeList<ClassOrInt… in TypeBound() method in GeneratedJavaParser
750 typeBound = TypeBound(); in TypeParameter()760 final public List TypeBound() { in TypeBound() method in ASTParser
3226 const ObjCObjectType *TypeBound = nullptr);