Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7223 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
10833 .Cases("NSString", "CFString", FST_NSString) in GetFormatStringType()
10915 if (Type == FST_NSString && SourceMgr.isInSystemMacro(FormatLoc)) in CheckFormatArguments()
10932 case FST_NSString: in CheckFormatArguments()
11420 bool isObjCContext() const { return FSType == Sema::FST_NSString; } in isObjCContext()
11424 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
12618 if (Type == Sema::FST_Printf || Type == Sema::FST_NSString || in CheckFormatString()
12623 (Type == Sema::FST_NSString || Type == Sema::FST_OSTrace), Str, APK, in CheckFormatString()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14015 FST_NSString, enumerator