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

References

tools/clang/lib/AST/Decl.cpp
  265           LV.merge(getLVForType(*NTTP->getType(), computation));
  274           LV.merge(getTypeLinkageAndVisibility(type));
  285       LV.merge(getLVForTemplateParameterList(TTP->getTemplateParameters(),
  293       LV.merge(getLVForTemplateParameterList(
  330       LV.merge(getLVForType(*Arg.getAsType(), computation));
  336       LV.merge(getLVForDecl(ND, computation));
  341       LV.merge(getTypeLinkageAndVisibility(Arg.getNullPtrType()));
  348         LV.merge(getLVForDecl(Template, computation));
  352       LV.merge(getLVForTemplateArgumentList(Arg.getPackAsArray(), computation));
  866     LV.merge(EnumLV);
tools/clang/lib/AST/Type.cpp
 3762     LV.merge(computeTypeLinkageInfo(MPT->getPointeeType()));
 3778       LV.merge(computeTypeLinkageInfo(ai));