Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.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-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp794 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp764 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I) in VisitStringLiteral()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp2512 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
HDRewriteModernObjC.cpp2585 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp5605 unsigned getByteLength() const { in getByteLength() function in __anona6ba014a1a11::FormatStringLiteral
5606 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()