Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h732 static ObjCMethodFamily getMethodFamilyImpl(Selector sel);
810 return getMethodFamilyImpl(*this); in getMethodFamily()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp552 ObjCMethodFamily Selector::getMethodFamilyImpl(Selector sel) { in getMethodFamilyImpl() function in Selector