Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3946 unsigned FormatStringIdx; member
3989 if (!S.checkUInt32Argument(AL, IdxExpr, Info->FormatStringIdx, 2)) in handleFormatAttrCommon()
3992 if (Info->FormatStringIdx < 1 || Info->FormatStringIdx > Info->NumArgs) { in handleFormatAttrCommon()
3999 unsigned ArgIdx = Info->FormatStringIdx - 1; in handleFormatAttrCommon()
4060 if (FirstArg <= Info.FormatStringIdx) { in handleFormatAttr()
4072 S.mergeFormatAttr(D, AL, Info.Identifier, Info.FormatStringIdx, FirstArg); in handleFormatAttr()
4087 Info.FormatStringIdx, SL)) in handleFormatMatchesAttr()