Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.cpp75 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp3900 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
3909 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
H A DExpr.cpp1221 uint32_t Char = getCodeUnit(I); in outputString()
1230 uint32_t Trail = getCodeUnit(I + 1); in outputString()
H A DExprConstant.cpp3405 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()
3430 Value = S->getCodeUnit(I); in expandStringLiteral()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1892 uint32_t Code = (Offset >= SL->getLength()) ? 0 : SL->getCodeUnit(Offset); in getSValFromStringLiteral()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp5862 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
5872 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
H A DCGObjCGNU.cpp996 str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7)); in GenerateConstantString()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1876 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp2965 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
H A DSemaExpr.cpp1983 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()