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

/external/clang/lib/Sema/
H A DSemaInit.cpp2402 unsigned PromotedCharTyWidth = Context.getTypeSize(PromotedCharTy); local
2414 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i));
2436 llvm::APInt CodeUnit(PromotedCharTyWidth, Str[i]);

Completed in 84 milliseconds