Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp279 StringLiteral *FormatMatchesAttr::getFormatString() const { in getFormatString() function in FormatMatchesAttr
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6155 const StringLiteral *getFormatString() const { return FExpr; } in getFormatString() function in __anon28c3fbb11e11::FormatStringLiteral
6405 S.Diag(PVFormatMatches->getFormatString()->getBeginLoc(), in checkFormatStringExpr()
6411 S, ReferenceFormatString, PVFormatMatches->getFormatString(), in checkFormatStringExpr()
6692 Format->getFormatString(), FSI.FormatIdx, in CheckFormatString()
7668 const Expr *PrintfArgs[] = {FSL->getFormatString()}; in GetSpecifiers()
7669 DecomposePrintfHandler H(S, FSL, FSL->getFormatString(), Type, 0, 0, IsObjC, in GetSpecifiers()
8901 Type, ReferenceFormatString, FExpr->getFormatString(), in CheckFormatString()
H A DSemaDeclAttr.cpp3927 F->getFormatString(), FormatStr)) in mergeFormatMatchesAttr()
H A DSemaDecl.cpp2839 D, *FMA, FMA->getType(), FMA->getFormatIdx(), FMA->getFormatString()); in mergeDeclAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1965 StringLiteral *getFormatString() const;