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

References

tools/clang/lib/Sema/SemaOverload.cpp
  624     Saved->FirstArg = Info.FirstArg;
  635     Saved->FirstArg = Info.FirstArg;
  648     Saved->FirstArg = Info.FirstArg;
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
  386     Info.FirstArg = Deduced[NTTP->getIndex()];
  504       Info.FirstArg = Deduced[TempParam->getIndex()];
  518   Info.FirstArg = TemplateArgument(Param);
  580     Info.FirstArg = TemplateArgument(QualType(Param, 0));
  588     Info.FirstArg = TemplateArgument(QualType(Param, 0));
  935         Info.FirstArg = OldPack;
  945           Info.FirstArg = Result;
 1278         Info.FirstArg = TemplateArgument(ParamIn);
 1357       Info.FirstArg = TemplateArgument(Param);
 1391       Info.FirstArg = TemplateArgument(Param);
 1416       Info.FirstArg = Deduced[Index];
 1426   Info.FirstArg = TemplateArgument(ParamIn);
 1827             Info.FirstArg = BaseInfo.FirstArg;
 1827             Info.FirstArg = BaseInfo.FirstArg;
 2139     Info.FirstArg = Param;
 2148     Info.FirstArg = Param;
 2160     Info.FirstArg = Param;
 2169     Info.FirstArg = Param;
 2178       Info.FirstArg = Param;
 2184       Info.FirstArg = Param;
 2189     Info.FirstArg = Param;
 2215       Info.FirstArg = Param;
 2766     Info.FirstArg = PartialTemplateArgs[ArgIdx].getArgument();
 2780       Info.FirstArg = TemplateArgs[I];
 2822       Info.FirstArg = TemplateArgs[I];
 3167     Info.FirstArg = TemplateArgument(DeducedA);
 4390     D << Info.FirstArg << Info.SecondArg;