Home | History | Annotate | Download | only in AST

Lines Matching refs:TINT

5932       QualType TINT = ETy->getDecl()->getIntegerType();
5933 if (!TINT.isNull() && hasSameType(TINT, RHSCan.getUnqualifiedType()))
5937 QualType TINT = ETy->getDecl()->getIntegerType();
5938 if (!TINT.isNull() && hasSameType(TINT, LHSCan.getUnqualifiedType()))