Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1597 return getByteLength(); in numTrailingObjects()
1652 return StringRef(getStrDataAsChar(), getByteLength()); in getString()
1659 return StringRef(getStrDataAsChar(), getByteLength()); in getBytes()
1677 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp209 return svalBuilder.makeIntVal(getStringLiteral()->getByteLength()+1, in getExtent()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp792 return svalBuilder.makeIntVal(strLit->getByteLength(), sizeTy); in getCStringLength()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp535 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I) in VisitStringLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2503 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
H A DRewriteModernObjC.cpp2581 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6277 unsigned getByteLength() const { in getByteLength() function in __anon7dcd61c00e11::FormatStringLiteral
6278 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()