Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1809 return getByteLength(); in numTrailingObjects()
1864 return StringRef(getStrDataAsChar(), getByteLength()); in getString()
1871 return StringRef(getStrDataAsChar(), getByteLength()); in getBytes()
1889 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp747 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp693 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I) in VisitStringLiteral()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2512 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
H A DRewriteModernObjC.cpp2586 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp8675 unsigned getByteLength() const { in getByteLength() function in __anon9b6cdc881c11::FormatStringLiteral
8676 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()