Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgTy

3600   QualType ArgTy = Context.getTypeDeclType(Method->getParent());
3601 ArgTy = Context.getQualifiedType(ArgTy,
3603 ArgTy = Context.getLValueReferenceType(ArgTy);
3604 ArgTypes.push_back(ArgTy);