Home
last modified time | relevance | path

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

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