Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5594 const StringLiteral *FExpr; member in __anon28c3fbb11a11::FormatStringLiteral
5599 : FExpr(fexpr), Offset(Offset) {} in FormatStringLiteral()
5602 return FExpr->getString().drop_front(Offset); in getString()
5606 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()
5609 unsigned getLength() const { return FExpr->getLength() - Offset; } in getLength()
5610 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth()
5612 StringLiteralKind getKind() const { return FExpr->getKind(); } in getKind()
5614 QualType getType() const { return FExpr->getType(); } in getType()
5616 bool isAscii() const { return FExpr->isOrdinary(); } in isAscii()
5617 bool isWide() const { return FExpr->isWide(); } in isWide()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2221 bool FormatStringHasSArg(const StringLiteral *FExpr);