Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3254 enum { InstanceMethods, ClassMethods, NumMethodLists }; in GenerateCategory() enumerator
3255 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory()
3436 enum { InstanceMethods, ClassMethods, NumMethodLists }; in GenerateClass() enumerator
3437 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass()