Searched refs:getLinkageInternal (Results 1 – 6 of 6) sorted by relevance
397 Linkage getLinkageInternal() const;405 return isExternalFormalLinkage(getLinkageInternal()); in hasExternalFormalLinkage()409 return clang::isExternallyVisible(getLinkageInternal()); in isExternallyVisible()
716 FunctionDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), 3); in VisitFunctionDecl()1111 VarDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), in VisitVarDecl()
4514 Linkage L = Tag->getLinkageInternal(); in computeCachedProperties()4558 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties()
1176 Linkage NamedDecl::getLinkageInternal() const { in getLinkageInternal() function in NamedDecl1201 Linkage InternalLinkage = getLinkageInternal(); in getFormalLinkage()
1029 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()1046 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()
7063 return FuncX->getLinkageInternal() == FuncY->getLinkageInternal() && in isSameEntity()7070 if (VarX->getLinkageInternal() == VarY->getLinkageInternal()) { in isSameEntity()