Home
last modified time | relevance | path

Searched refs:getDeclLinkageAndVisibility (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDLinkage.h160 LinkageInfo getDeclLinkageAndVisibility(const NamedDecl *D);
HDDecl.cpp662 return getDeclLinkageAndVisibility(PrevVar); in getLVForNamespaceScopeDecl()
1221 return LinkageComputer{}.getDeclLinkageAndVisibility(this); in getLinkageAndVisibility()
1614 LinkageInfo LinkageComputer::getDeclLinkageAndVisibility(const NamedDecl *D) { in getDeclLinkageAndVisibility() function in LinkageComputer
HDType.cpp4610 return getDeclLinkageAndVisibility(cast<TagType>(T)->getDecl()); in computeTypeLinkageInfo()
4648 return getDeclLinkageAndVisibility(cast<ObjCInterfaceType>(T)->getDecl()); in computeTypeLinkageInfo()