Searched defs:not_nsstring_type (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2357 bool not_nsstring_type = !isNSStringType(Ty, S.Context); local
2358 if (not_nsstring_type &&
2364 << (not_nsstring_type ? "a string type" : "an NSString")
2375 << (not_nsstring_type ? "string type" : "NSString")

Completed in 74 milliseconds