reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplate.cpp
 6948   if (ParamType->isArrayType())
 6949     ParamType = Context.getArrayDecayedType(ParamType);
 6949     ParamType = Context.getArrayDecayedType(ParamType);
 6950   else if (ParamType->isFunctionType())
 6951     ParamType = Context.getPointerType(ParamType);
 6951     ParamType = Context.getPointerType(ParamType);
 6958                              ParamType,
 6959                              ParamType->getAs<MemberPointerType>()
 6976     if (ParamType->isMemberPointerType()) {
 7007                                     ParamType.getUnqualifiedType(), false,
 7009         RefExpr = ImpCastExprToType(RefExpr.get(), ParamType.getUnqualifiedType(), CK_NoOp);
 7013                                  ParamType.getUnqualifiedType()));
 7020   if (ParamType->isPointerType()) {
 7027     if (!Context.hasSameUnqualifiedType(ParamType->getPointeeType(), T) &&
 7046   if (const ReferenceType *TargetRef = ParamType->getAs<ReferenceType>()) {