Searched refs:getFormalLinkage (Results 1 – 12 of 12) sorted by relevance
95 inline Linkage getFormalLinkage(Linkage L) { in getFormalLinkage() function109 return getFormalLinkage(L) == ExternalLinkage; in isExternalFormalLinkage()
651 if (ND->getDeclName() && ND->getFormalLinkage() == InternalLinkage) { in checkExportedDecl()663 if (Target->getFormalLinkage() == InternalLinkage) { in checkExportedDecl()
6566 if (Entity->getFormalLinkage() == InternalLinkage) { in CheckTemplateArgumentAddressOfObjectOrFunction()9451 D->getFormalLinkage() == InternalLinkage) { in CheckExplicitInstantiation()
4328 (New->getFormalLinkage() == InternalLinkage || in checkVarDeclRedefinition()14062 (Definition->getFormalLinkage() == InternalLinkage || in CheckForFunctionRedefinition()
163 if (D->getFormalLinkage() != InternalLinkage) in diagnoseUseOfInternalDeclInInlineFunction()
68 switch (ND->getFormalLinkage()) { in isFunctionLocalSymbol()
372 Linkage getFormalLinkage() const { in getFormalLinkage() function373 return clang::getFormalLinkage(getLinkageInternal()); in getFormalLinkage()
427 switch (ND->getFormalLinkage()) { in isFunctionLocalDecl()
629 if (ND && ND->getFormalLinkage() == InternalLinkage && in isInternalLinkageDecl()708 if (DC->isTranslationUnit() && D->getFormalLinkage() != InternalLinkage && in shouldMangleCXXName()
522 if (DC->isTranslationUnit() && D->getFormalLinkage() == InternalLinkage && in shouldMangleCXXName()
1811 return getFormalLinkage() != NoLinkage; in hasLinkage()
4209 if (!D->getIdentifier() || D->getFormalLinkage() != InternalLinkage) in MaybeHandleStaticInExternC()