Home | History | Annotate | Download | only in Lex

Lines Matching refs:getCharWidth

26 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) {
33 return Target.getCharWidth();
1052 assert(PP.getTargetInfo().getCharWidth() == 8 &&
1139 unsigned CharWidth = getCharWidth(Kind, PP.getTargetInfo());
1314 CharByteWidth = getCharWidth(Kind, Target);