Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DProgram.cpp83 const uint32_t CodePoint = I == StringLength ? 0 : S->getCodeUnit(I); in createGlobalString()
H A DCompiler.cpp2481 uint32_t CodeUnit = E->getCodeUnit(I); in VisitStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp4287 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
4296 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
H A DExpr.cpp1232 uint32_t Char = getCodeUnit(I); in outputString()
1241 uint32_t Trail = getCodeUnit(I + 1); in outputString()
H A DExprConstant.cpp3700 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()
3725 Value = S->getCodeUnit(I); in expandStringLiteral()
11859 Value = SL->getCodeUnit(I); in VisitCXXParenListOrInitListExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1880 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
1895 int64_t V = getCodeUnit(I); in getCodeUnitS()
5109 EExpr->Data->BinaryData->getCodeUnit(CurOffset),
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2038 uint32_t Code = (Offset >= SL->getLength()) ? 0 : SL->getCodeUnit(Offset); in getSValFromStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1439 Value = SL->getCodeUnit(I); in EmitArrayInitialization()
H A DCodeGenModule.cpp6774 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
6784 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/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp267 SL->getCodeUnit(SL->getLength() - 1) == 0; in CheckStringInit()
3306 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
H A DSemaDeclCXX.cpp17661 Value = SL->getCodeUnit(I); in EvaluateAsStringImpl()
H A DSemaExpr.cpp2275 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()