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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp2114 unsigned PromotedCharTyWidth = Context.getTypeSize(PromotedCharTy); local
2126 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i));
2148 llvm::APInt CodeUnit(PromotedCharTyWidth, Str[i]);

Completed in 97 milliseconds