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

Declarations

tools/clang/lib/AST/Linkage.h
  147   LinkageInfo getLVForDecl(const NamedDecl *D, LVComputationKind computation);

References

tools/clang/lib/AST/Decl.cpp
  336       LV.merge(getLVForDecl(ND, computation));
  348         LV.merge(getLVForDecl(Template, computation));
  660         return getLVForDecl(PrevVar, computation);
  862     LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()),
  952     getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation);
 1089       .getLVForDecl(this, LVComputationKind::forLinkageOnly())
 1205           : getLVForDecl(Owner, computation);
 1254         LinkageInfo PrevLV = getLVForDecl(Prev, computation);
 1291     LV = getLVForDecl(FD, computation);
 1299         LV = getLVForDecl(MD->getParent(), computation);
 1360         return getLVForDecl(cast<EnumDecl>(D->getDeclContext()), computation);
 1500   return getLVForDecl(D,