Home | History | Annotate | Download | only in AST

Lines Matching refs:TINT

6933       QualType TINT = ETy->getDecl()->getIntegerType();
6934 if (!TINT.isNull() && hasSameType(TINT, RHSCan.getUnqualifiedType()))
6938 QualType TINT = ETy->getDecl()->getIntegerType();
6939 if (!TINT.isNull() && hasSameType(TINT, LHSCan.getUnqualifiedType()))