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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4102 if ((GetFormatStringType(Format) == FST_NSString) &&
7099 .Cases("NSString", "CFString", FST_NSString)
7181 if (Type == FST_NSString && SourceMgr.isInSystemMacro(FormatLoc))
7198 case FST_NSString:
7685 bool isObjCContext() const { return FSType == Sema::FST_NSString; }
7689 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog ||
8812 if (Type == Sema::FST_Printf || Type == Sema::FST_NSString ||
8817 (Type == Sema::FST_NSString || Type == Sema::FST_OSTrace), Str,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12224 FST_NSString, enumerator in enum:clang::final::CompleteTypeKind::FormatStringType

Completed in 208 milliseconds