Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1522 return StringRef(StrData.asChar, getByteLength()); in getString()
1530 return StringRef(StrData.asChar, getByteLength()); in getBytes()
1533 getByteLength()); in getBytes()
1536 getByteLength()); in getBytes()
1551 unsigned getByteLength() const { return CharByteWidth*Length; } in getByteLength() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp2452 Mangler.mangleNumber(SL->getByteLength() + SL->getCharByteWidth()); in mangleStringLiteral()
2491 for (unsigned I = 0, E = SL->getByteLength(); I != E; ++I) in mangleStringLiteral()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp225 return svalBuilder.makeIntVal(getStringLiteral()->getByteLength()+1, in getExtent()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp748 return svalBuilder.makeIntVal(strLit->getByteLength(), sizeTy); in getCStringLength()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp406 Record.push_back(E->getByteLength()); in VisitStringLiteral()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2507 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
H A DRewriteModernObjC.cpp2605 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()