Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h806 static ObjCMethodFamily getMethodFamilyImpl(Selector sel);
884 return getMethodFamilyImpl(*this); in getMethodFamily()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp640 ObjCMethodFamily Selector::getMethodFamilyImpl(Selector sel) { in getMethodFamilyImpl() function in Selector