Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h86 static const unsigned NumNSArrayMethods = 12; variable
245 mutable Selector NSArraySelectors[NumNSArrayMethods];
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp139 for (unsigned i = 0; i != NumNSArrayMethods; ++i) { in getNSArrayMethodKind()