Home | History | Annotate | Download | only in AST

Lines Matching defs:Param

1051 /// \param Record a base class of the class we're considering
1052 /// \param InVirtual whether this base class is a virtual base (or a base
1054 /// \param Access the access along the inheritance path to this base
1055 /// \param ParentHiddenTypes the conversions provided by the inheritors
1057 /// \param Output the set to which to add conversions from non-virtual bases
1058 /// \param VOutput the set to which to add conversions from virtual bases
1059 /// \param HiddenVBaseCs the set of conversions which were hidden in a
1757 const ParmVarDecl *Param = getParamDecl(0);
1760 const ReferenceType *ParamRefType = Param->getType()->getAs<ReferenceType>();
1806 const ParmVarDecl *Param = getParamDecl(0);
1809 CanQualType ParamType = Context.getCanonicalType(Param->getType());