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

Declarations

tools/clang/lib/AST/Linkage.h
  143   LinkageInfo computeLVForDecl(const NamedDecl *D,

References

tools/clang/lib/AST/Decl.cpp
 1067                   .computeLVForDecl(this, LVComputationKind::forLinkageOnly())
 1204           ? computeLVForDecl(Owner, computation, /*IgnoreVarTypeLinkage*/true)
 1465   LinkageInfo LV = computeLVForDecl(D, computation);