Home | History | Annotate | Download | only in AST

Lines Matching defs:ArgType

220   const QualType ArgType = Arg->getType();
222 if (ArgType->isDependentType() && !ArgType->isPointerType())
225 return ArgType->getAs<PointerType>()->getPointeeType();