Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1002 static ObjCMethodFamily getMethodFamilyImpl(Selector sel);
1076 return getMethodFamilyImpl(*this); in getMethodFamily()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp610 ObjCMethodFamily Selector::getMethodFamilyImpl(Selector sel) { in getMethodFamilyImpl() function in Selector