Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h808 static ObjCStringFormatFamily getStringFormatFamilyImpl(Selector sel);
888 return getStringFormatFamilyImpl(*this); in getStringFormatFamily()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp716 ObjCStringFormatFamily Selector::getStringFormatFamilyImpl(Selector sel) { in getStringFormatFamilyImpl() function in Selector