Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DIdentifierTable.h801 static ObjCStringFormatFamily getStringFormatFamilyImpl(Selector sel);
881 return getStringFormatFamilyImpl(*this); in getStringFormatFamily()
/llvm-project-15.0.7/clang/lib/Basic/
H A DIdentifierTable.cpp645 ObjCStringFormatFamily Selector::getStringFormatFamilyImpl(Selector sel) { in getStringFormatFamilyImpl() function in Selector