Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp58 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3852 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
3861 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
H A DExpr.cpp1159 switch (uint32_t Char = getCodeUnit(I)) { in outputString()
1167 uint32_t Trail = getCodeUnit(I + 1); in outputString()
H A DExprConstant.cpp3389 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()
3414 Value = S->getCodeUnit(I); in expandStringLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1657 char c = (i >= length) ? '\0' : Str->getCodeUnit(i); in getBindingForElement()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5313 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
5323 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
H A DCGObjCGNU.cpp995 str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7)); in GenerateConstantString()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1852 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp2923 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
H A DSemaExpr.cpp1925 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()