Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8664 const StringLiteral *FExpr; member in __anon9b6cdc881c11::FormatStringLiteral
8669 : FExpr(fexpr), Offset(Offset) {} in FormatStringLiteral()
8672 return FExpr->getString().drop_front(Offset); in getString()
8676 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()
8679 unsigned getLength() const { return FExpr->getLength() - Offset; } in getLength()
8680 unsigned getCharByteWidth() const { return FExpr->getCharByteWidth(); } in getCharByteWidth()
8682 StringLiteral::StringKind getKind() const { return FExpr->getKind(); } in getKind()
8684 QualType getType() const { return FExpr->getType(); } in getType()
8686 bool isAscii() const { return FExpr->isOrdinary(); } in isAscii()
8687 bool isWide() const { return FExpr->isWide(); } in isWide()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13575 bool FormatStringHasSArg(const StringLiteral *FExpr);