Searched refs:getFormatString (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | AttrImpl.cpp | 279 StringLiteral *FormatMatchesAttr::getFormatString() const { in getFormatString() function in FormatMatchesAttr
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6155 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 D | SemaDeclAttr.cpp | 3927 F->getFormatString(), FormatStr)) in mergeFormatMatchesAttr()
|
| H A D | SemaDecl.cpp | 2839 D, *FMA, FMA->getType(), FMA->getFormatIdx(), FMA->getFormatString()); in mergeDeclAttribute()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 1965 StringLiteral *getFormatString() const;
|