Home | History | Annotate | Download | only in AST

Lines Matching defs:Linkage

8342     // Let the static local variable inherit its linkage from the nearest
8348 // GVA_StrongODR function linkage is stronger than what we need,
8356 // By giving them non-strong linkage, out-of-line definitions won't
8381 llvm_unreachable("Invalid Linkage!");
8442 GVALinkage Linkage = GetGVALinkageForFunction(FD);
8447 if (Linkage == GVA_Internal || Linkage == GVA_AvailableExternally ||
8448 Linkage == GVA_DiscardableODR)