Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DNSAPI.h128 static const unsigned NumNSSetMethods = 5; variable
251 mutable Selector NSSetSelectors[NumNSSetMethods];
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNSAPI.cpp305 for (unsigned i = 0; i != NumNSSetMethods; ++i) { in getNSSetMethodKind()