Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp4396 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
7579 .Cases("NSString", "CFString", FST_NSString) in GetFormatStringType()
7661 if (Type == FST_NSString && SourceMgr.isInSystemMacro(FormatLoc)) in CheckFormatArguments()
7678 case FST_NSString: in CheckFormatArguments()
8165 bool isObjCContext() const { return FSType == Sema::FST_NSString; } in isObjCContext()
8169 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
9295 if (Type == Sema::FST_Printf || Type == Sema::FST_NSString || in CheckFormatString()
9300 (Type == Sema::FST_NSString || Type == Sema::FST_OSTrace), Str, in CheckFormatString()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12541 FST_NSString, enumerator