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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 3588   if (ParamType.hasQualifiers())
 3589     ParamType = ParamType.getUnqualifiedType();
 3589     ParamType = ParamType.getUnqualifiedType();
 3593   const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>();
 3595     ParamType = ParamRefType->getPointeeType();
 3602                                           Arg, ParamType,
 3663   if (isSimpleTemplateIdType(ParamType) ||
 3664       (isa<PointerType>(ParamType) &&
 3666                               ParamType->getAs<PointerType>()->getPointeeType())))