Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DLinkage.h157 LinkageInfo getDeclLinkageAndVisibility(const NamedDecl *D);
H A DDecl.cpp673 return getDeclLinkageAndVisibility(PrevVar); in getLVForNamespaceScopeDecl()
1126 return LinkageComputer{}.getDeclLinkageAndVisibility(this); in getLinkageAndVisibility()
1512 LinkageInfo LinkageComputer::getDeclLinkageAndVisibility(const NamedDecl *D) { in getDeclLinkageAndVisibility() function in LinkageComputer
H A DType.cpp3949 return getDeclLinkageAndVisibility(cast<TagType>(T)->getDecl()); in computeTypeLinkageInfo()
3986 return getDeclLinkageAndVisibility(cast<ObjCInterfaceType>(T)->getDecl()); in computeTypeLinkageInfo()