Searched refs:getLinkageInternal (Results 1 – 7 of 7) sorted by relevance
421 Linkage getLinkageInternal() const;429 return isExternalFormalLinkage(getLinkageInternal()); in hasExternalFormalLinkage()433 return clang::isExternallyVisible(getLinkageInternal()); in isExternallyVisible()
872 FunctionDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), 3); in VisitFunctionDecl()1285 VarDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), in VisitVarDecl()
4300 return D->getLinkageInternal() == Linkage::Internal; in isTULocalInNamedModules()
1182 Linkage NamedDecl::getLinkageInternal() const { in getLinkageInternal() function in NamedDecl1207 Linkage InternalLinkage = getLinkageInternal(); in getFormalLinkage()
4728 Linkage L = Tag->getLinkageInternal(); in computeCachedProperties()4778 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties()
1254 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()1271 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()
7605 return FuncX->getLinkageInternal() == FuncY->getLinkageInternal() && in isSameEntity()7612 if (VarX->getLinkageInternal() == VarY->getLinkageInternal()) { in isSameEntity()