Searched refs:getFormalLinkage (Results 1 – 11 of 11) sorted by relevance
76 inline Linkage getFormalLinkage(Linkage L) { in getFormalLinkage() function85 return getFormalLinkage(L) == ExternalLinkage; in isExternalFormalLinkage()
113 switch (ND->getFormalLinkage()) { in isFunctionLocalDecl()
339 Linkage getFormalLinkage() const { in getFormalLinkage() function340 return clang::getFormalLinkage(getLinkageInternal()); in getFormalLinkage()
424 switch (ND->getFormalLinkage()) { in isFunctionLocalDecl()
607 if (DC->isTranslationUnit() && D->getFormalLinkage() != InternalLinkage && in shouldMangleCXXName()1203 if (ND && ND->getFormalLinkage() == InternalLinkage && in mangleUnqualifiedName()
409 if (DC->isTranslationUnit() && D->getFormalLinkage() == InternalLinkage && in shouldMangleCXXName()
1599 return getFormalLinkage() != NoLinkage; in hasLinkage()
3666 (New->getFormalLinkage() == InternalLinkage || in MergeVarDecl()9618 (VDecl->getFormalLinkage() == InternalLinkage || in AddInitializerToDecl()11160 (Definition->getFormalLinkage() == InternalLinkage || in CheckForFunctionRedefinition()
4645 if (Entity->getFormalLinkage() == InternalLinkage) { in CheckTemplateArgumentAddressOfObjectOrFunction()
269 if (D->getFormalLinkage() != InternalLinkage) in diagnoseUseOfInternalDeclInInlineFunction()
2332 if (!D->getIdentifier() || D->getFormalLinkage() != InternalLinkage) in MaybeHandleStaticInExternC()