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()
681 FunctionDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), 3); in VisitFunctionDecl()1073 VarDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), in VisitVarDecl()
4285 Linkage L = Tag->getLinkageInternal(); in computeCachedProperties()4328 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties()
1169 Linkage NamedDecl::getLinkageInternal() const { in getLinkageInternal() function in NamedDecl1201 Linkage InternalLinkage = getLinkageInternal(); in getFormalLinkage()
6614 return FuncX->getLinkageInternal() == FuncY->getLinkageInternal() && in isSameEntity()6621 if (VarX->getLinkageInternal() == VarY->getLinkageInternal()) { in isSameEntity()
1028 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()1045 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()