Home | History | Annotate | Download | only in Sema

Lines Matching defs:CharType

7880   const QualType CharType = CharExpr->getType();
7881 if (!CharType->isAnyCharacterType() &&
7882 CharType->isIntegerType() &&