Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1802 return getByteLength(); in numTrailingObjects()
1858 return StringRef(getStrDataAsChar(), getByteLength()); in getString()
1865 return StringRef(getStrDataAsChar(), getByteLength()); in getBytes()
1894 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength() function
4829 size_t getDataElementCount() const { return BinaryData->getByteLength(); } in getDataElementCount()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp794 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp764 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I) in VisitStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5605 unsigned getByteLength() const { in getByteLength() function in __anon28c3fbb11a11::FormatStringLiteral
5606 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2585 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()