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

References

tools/clang/lib/AST/TemplateBase.cpp
  607   LAngleLoc = Info.getLAngleLoc();
  608   RAngleLoc = Info.getRAngleLoc();
  609   NumTemplateArgs = Info.size();
  612     Dependent = Dependent || Info[i].getArgument().isDependent();
  614                              Info[i].getArgument().isInstantiationDependent();
  617         Info[i].getArgument().containsUnexpandedParameterPack();
  619     new (&OutArgArray[i]) TemplateArgumentLoc(Info[i]);