Searched refs:getLinkageInternal (Results 1 – 6 of 6) sorted by relevance
335 Linkage getLinkageInternal() const;340 return clang::getFormalLinkage(getLinkageInternal()); in getFormalLinkage()345 return isExternalFormalLinkage(getLinkageInternal()); in hasExternalFormalLinkage()349 return clang::isExternallyVisible(getLinkageInternal()); in isExternallyVisible()
2687 return (FuncX->getLinkageInternal() == FuncY->getLinkageInternal()) && in isSameEntity()2694 if (VarX->getLinkageInternal() == VarY->getLinkageInternal()) { in isSameEntity()
531 Record.push_back(D->getLinkageInternal()); in VisitFunctionDecl()905 Record.push_back(D->getLinkageInternal()); in VisitVarDecl()
3318 Linkage L = Tag->getLinkageInternal(); in computeCachedProperties()3359 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties()
1030 Linkage NamedDecl::getLinkageInternal() const { in getLinkageInternal() function in NamedDecl
6871 switch (ND->getLinkageInternal()) { in clang_getCursorLinkage()