Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DNSAPI.h104 static const unsigned NumNSDictionaryMethods = 12; variable
208 mutable Selector NSDictionarySelectors[NumNSDictionaryMethods];
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DNSAPI.cpp221 for (unsigned i = 0; i != NumNSDictionaryMethods; ++i) { in getNSDictionaryMethodKind()