Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h128 static const unsigned NumNSSetMethods = 5; variable
251 mutable Selector NSSetSelectors[NumNSSetMethods];
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp276 for (unsigned i = 0; i != NumNSSetMethods; ++i) { in getNSSetMethodKind()