Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp3983 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
6612 .Cases("NSString", "CFString", FST_NSString) in GetFormatStringType()
6694 if (Type == FST_NSString && SourceMgr.isInSystemMacro(FormatLoc)) in CheckFormatArguments()
6711 case FST_NSString: in CheckFormatArguments()
7198 bool isObjCContext() const { return FSType == Sema::FST_NSString; } in isObjCContext()
7202 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
8279 if (Type == Sema::FST_Printf || Type == Sema::FST_NSString || in CheckFormatString()
8284 (Type == Sema::FST_NSString || Type == Sema::FST_OSTrace), Str, in CheckFormatString()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10557 FST_NSString, enumerator