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

References

tools/clang/lib/AST/ASTContext.cpp
 9777     return GVA_StrongODR;
 9815     return GVA_StrongODR;
 9825     if (L == GVA_DiscardableODR || L == GVA_StrongODR)
 9829       return GVA_StrongODR;
 9835       return GVA_StrongODR;
 9853       return GVA_StrongODR;
 9897     if (StaticLocalLinkage == GVA_StrongODR ||
 9921     StrongLinkage = GVA_StrongODR;
 9932                ? GVA_StrongODR
 9936     return GVA_StrongODR;
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3843   case GVA_StrongODR:
 4219   if (Linkage == GVA_StrongODR) {