Home | History | Annotate | Download | only in AST

Lines Matching defs:ArgType

4190   QualType ArgType = Arg->getType();
4205 if (ArgType->isIntegralOrEnumerationType()) {
4215 } else if (ArgType->isFloatingType() || ArgType->isAnyComplexType()) {
4217 } else if (ArgType->isPointerType() || Arg->isGLValue()) {