Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1788 return getByteLength(); in numTrailingObjects()
1843 return StringRef(getStrDataAsChar(), getByteLength()); in getString()
1850 return StringRef(getStrDataAsChar(), getByteLength()); in getBytes()
1868 unsigned getByteLength() const { return getCharByteWidth() * getLength(); } in getByteLength() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp744 cast<StringRegion>(SR)->getStringLiteral()->getByteLength() + 1, in getStaticSize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp814 return svalBuilder.makeIntVal(strLit->getByteLength(), sizeTy); in getCStringLength()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp686 for (unsigned I = 0, N = E->getByteLength(); I != N; ++I) in VisitStringLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2512 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
H A DRewriteModernObjC.cpp2585 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7216 unsigned getByteLength() const { in getByteLength() function in __anon7fa672bc1311::FormatStringLiteral
7217 return FExpr->getByteLength() - getCharByteWidth() * Offset; in getByteLength()