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

/external/clang/lib/AST/
H A DMicrosoftMangle.cpp2463 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth);
2470 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth);
H A DExpr.cpp844 switch (uint32_t Char = getCodeUnit(I)) {
852 uint32_t Trail = getCodeUnit(I + 1);
H A DExprConstant.cpp2029 Value = S->getCodeUnit(Index);
2051 Value = S->getCodeUnit(I);
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2738 Elements.push_back(E->getCodeUnit(i));
2748 Elements.push_back(E->getCodeUnit(i));
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1506 char c = (i >= length) ? '\0' : Str->getCodeUnit(i);
/external/clang/include/clang/AST/
H A DExpr.h1529 uint32_t getCodeUnit(size_t i) const { function in class:clang::StringLiteral
/external/clang/lib/Sema/
H A DSemaInit.cpp2242 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i));
H A DSemaExpr.cpp1604 Value = Lit->getCodeUnit(I);

Completed in 1506 milliseconds