Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h734 static ObjCStringFormatFamily getStringFormatFamilyImpl(Selector sel);
814 return getStringFormatFamilyImpl(*this); in getStringFormatFamily()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp633 ObjCStringFormatFamily Selector::getStringFormatFamilyImpl(Selector sel) { in getStringFormatFamilyImpl() function in Selector