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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 2129   switch (Param.getKind()) {
 2136                                                 Param.getAsType(),
 2139     Info.FirstArg = Param;
 2146                                      Param.getAsTemplate(),
 2148     Info.FirstArg = Param;
 2157         isSameDeclaration(Param.getAsDecl(), Arg.getAsDecl()))
 2160     Info.FirstArg = Param;
 2166         S.Context.hasSameType(Param.getNullPtrType(), Arg.getNullPtrType()))
 2169     Info.FirstArg = Param;
 2175       if (hasSameExtendedValue(Param.getAsIntegral(), Arg.getAsIntegral()))
 2178       Info.FirstArg = Param;
 2184       Info.FirstArg = Param;
 2189     Info.FirstArg = Param;
 2195           = getDeducedParameterFromExpr(Info, Param.getAsExpr())) {
 2215       Info.FirstArg = Param;