Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp3422 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
3431 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
H A DExpr.cpp1018 switch (uint32_t Char = getCodeUnit(I)) { in outputString()
1026 uint32_t Trail = getCodeUnit(I + 1); in outputString()
H A DExprConstant.cpp2666 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()
2688 Value = S->getCodeUnit(I); in expandStringLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1655 char c = (i >= length) ? '\0' : Str->getCodeUnit(i); in getBindingForElement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp4457 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
4467 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
H A DCGObjCGNU.cpp983 str |= ((uint64_t)SL->getCodeUnit(i)) << ((64 - 4 - 3) - (i*7)); in GenerateConstantString()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1664 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp2697 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
H A DSemaExpr.cpp1668 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()