Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegerType

3173   if (VarType->isIntegerType() || VarType->isPointerType() ||
3251 if (!Type->isIntegerType() || UseVarType) {
3436 if (!VarType->isDependentType() && !VarType->isIntegerType() &&
7343 if (Type->isIntegerType() || Type->isPointerType()) {