Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h720 static ObjCMethodFamily getMethodFamilyImpl(Selector sel);
792 return getMethodFamilyImpl(*this); in getMethodFamily()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp491 ObjCMethodFamily Selector::getMethodFamilyImpl(Selector sel) { in getMethodFamilyImpl() function in Selector