Home | History | Annotate | Download | only in Lex

Lines Matching refs:getCharWidth

33 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) {
39 return Target.getCharWidth();
831 assert(PP.getTargetInfo().getCharWidth() == 8 &&
917 unsigned CharWidth = getCharWidth(Kind, PP.getTargetInfo());
1094 CharByteWidth = getCharWidth(Kind, Target);