Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp2498 bool not_nsstring_type = !isNSStringType(Ty, S.Context); in handleFormatArgAttr() local
2499 if (not_nsstring_type && in handleFormatArgAttr()
2504 << (not_nsstring_type ? "a string type" : "an NSString") in handleFormatArgAttr()
2514 << (not_nsstring_type ? "string type" : "NSString") in handleFormatArgAttr()