Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7205 const StringLiteral *FExpr; member in __anon7fa672bc1311::FormatStringLiteral
7210 : FExpr(fexpr), Offset(Offset) {} in FormatStringLiteral()
7213 return FExpr->getString().drop_front(Offset); in getString()
7217 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()
7220 unsigned getLength() const { return FExpr->getLength() - Offset; } in getLength()
7221 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth()
7223 StringLiteral::StringKind getKind() const { return FExpr->getKind(); } in getKind()
7225 QualType getType() const { return FExpr->getType(); } in getType()
7227 bool isAscii() const { return FExpr->isAscii(); } in isAscii()
7228 bool isWide() const { return FExpr->isWide(); } in isWide()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12552 bool FormatStringHasSArg(const StringLiteral *FExpr);