Home
last modified time | relevance | path

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

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