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

Declarations

tools/clang/lib/AST/Linkage.h
  149   LinkageInfo computeTypeLinkageInfo(const Type *T);

References

tools/clang/lib/AST/Linkage.h
  151     return computeTypeLinkageInfo(T.getTypePtr());
tools/clang/lib/AST/Type.cpp
 3761     LinkageInfo LV = computeTypeLinkageInfo(MPT->getClass());
 3811   LinkageInfo LV = computeTypeLinkageInfo(T);