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

Declarations

tools/clang/lib/AST/Linkage.h
  137   LinkageInfo getLVForType(const Type &T, LVComputationKind computation);

References

tools/clang/lib/AST/Decl.cpp
  265           LV.merge(getLVForType(*NTTP->getType(), computation));
  330       LV.merge(getLVForType(*Arg.getAsType(), computation));
  784       LinkageInfo TypeLV = getLVForType(*Var->getType(), computation);
 1012       LinkageInfo typeLV = getLVForType(*VD->getType(), computation);