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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h155 LinkageInfo getDeclLinkageAndVisibility(const NamedDecl *D);
H A DDecl.cpp673 return getDeclLinkageAndVisibility(PrevVar);
1103 return LinkageComputer{}.getDeclLinkageAndVisibility(this);
1479 LinkageInfo LinkageComputer::getDeclLinkageAndVisibility(const NamedDecl *D) { function in class:LinkageComputer
H A DType.cpp3884 return getDeclLinkageAndVisibility(cast<TagType>(T)->getDecl());
3921 return getDeclLinkageAndVisibility(cast<ObjCInterfaceType>(T)->getDecl());

Completed in 138 milliseconds