Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4641 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
7851 .Cases("NSString", "CFString", FST_NSString) in GetFormatStringType()
7933 if (Type == FST_NSString && SourceMgr.isInSystemMacro(FormatLoc)) in CheckFormatArguments()
7950 case FST_NSString: in CheckFormatArguments()
8437 bool isObjCContext() const { return FSType == Sema::FST_NSString; } in isObjCContext()
8441 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
9567 if (Type == Sema::FST_Printf || Type == Sema::FST_NSString || in CheckFormatString()
9572 (Type == Sema::FST_NSString || Type == Sema::FST_OSTrace), Str, in CheckFormatString()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12644 FST_NSString, enumerator