Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h111 static const unsigned NumNSDictionaryMethods = 13; variable
248 mutable Selector NSDictionarySelectors[NumNSDictionaryMethods];
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp227 for (unsigned i = 0; i != NumNSDictionaryMethods; ++i) { in getNSDictionaryMethodKind()