Home
last modified time | relevance | path

Searched refs:FormatStringType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5756 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 DSemaObjC.cpp2258 if ((SemaRef.GetFormatStringType(Format) == FormatStringType::NSString) && in GetFormatNSStringIdx()
H A DSemaDeclAttr.cpp4084 FormatStringType FST = S.GetFormatStringType(Info.Identifier->getName()); in handleFormatMatchesAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h494 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,