Searched refs:FormatStringType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5756 FormatStringType::OSLog, VariadicCallType::Function, in BuiltinOSLogFormat() 6198 unsigned format_idx, unsigned firstDataArg, FormatStringType Type, 6213 unsigned format_idx, unsigned firstDataArg, FormatStringType Type, in checkFormatStringExpr() 6621 StringRef Sema::GetFormatStringTypeName(FormatStringType FST) { in GetFormatStringTypeName() 6623 case FormatStringType::Scanf: in GetFormatStringTypeName() 6625 case FormatStringType::Printf: in GetFormatStringTypeName() 6627 case FormatStringType::NSString: in GetFormatStringTypeName() 6629 case FormatStringType::Strftime: in GetFormatStringTypeName() 6631 case FormatStringType::Strfmon: in GetFormatStringTypeName() 6633 case FormatStringType::Kprintf: in GetFormatStringTypeName() [all …]
|
| H A D | SemaObjC.cpp | 2258 if ((SemaRef.GetFormatStringType(Format) == FormatStringType::NSString) && in GetFormatNSStringIdx()
|
| H A D | SemaDeclAttr.cpp | 4084 FormatStringType FST = S.GetFormatStringType(Info.Identifier->getName()); in handleFormatMatchesAttr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 494 enum class FormatStringType { enum 2616 static StringRef GetFormatStringTypeName(FormatStringType FST); 2617 static FormatStringType GetFormatStringType(StringRef FormatFlavor); 2618 static FormatStringType GetFormatStringType(const FormatAttr *Format); 2619 static FormatStringType GetFormatStringType(const FormatMatchesAttr *Format); 2784 CheckFormatStringsCompatible(FormatStringType FST, 2793 bool ValidateFormatString(FormatStringType FST, const StringLiteral *Str); 3016 FormatStringType Type, VariadicCallType CallType,
|