Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp2478 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
2485 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth); in mangleStringLiteral()
H A DExpr.cpp882 switch (uint32_t Char = getCodeUnit(I)) { in outputString()
890 uint32_t Trail = getCodeUnit(I + 1); in outputString()
H A DExprConstant.cpp2048 Value = S->getCodeUnit(Index); in extractStringLiteralCharacter()
2070 Value = S->getCodeUnit(I); in expandStringLiteral()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2817 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
2827 Elements.push_back(E->getCodeUnit(i)); in GetConstantArrayFromStringLiteral()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1507 char c = (i >= length) ? '\0' : Str->getCodeUnit(i); in getBindingForElement()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1541 uint32_t getCodeUnit(size_t i) const { in getCodeUnit() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp2211 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i)); in CheckDesignatedInitializer()
H A DSemaExpr.cpp1565 Value = Lit->getCodeUnit(I); in ActOnStringLiteral()