Home
last modified time | relevance | path

Searched refs:getCodeUnit (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp76 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString()
H A DByteCodeExprGen.cpp1176 uint32_t CodeUnit = E->getCodeUnit(I); in VisitStringLiteral()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp4038 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
4047 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
H A DExpr.cpp1206 uint32_t Char = getCodeUnit(I); in outputString()
1215 uint32_t Trail = getCodeUnit(I + 1); in outputString()
H A DExprConstant.cpp3456 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()
3481 Value = S->getCodeUnit(I); in expandStringLiteral()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1879 uint32_t Code = (Offset >= SL->getLength()) ? 0 : SL->getCodeUnit(Offset); in getSValFromStringLiteral()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6304 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
6314 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
H A DCGObjCGNU.cpp1014 str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7)); in GenerateConstantString()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1853 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3085 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
H A DSemaExpr.cpp2181 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()