Home
last modified time | relevance | path

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

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