Lines Matching refs:getLVForDecl
297 static LinkageInfo getLVForDecl(const NamedDecl *D,
334 LV.merge(getLVForDecl(ND, computation)); in getLVForTemplateArgumentList()
346 LV.merge(getLVForDecl(Template, computation)); in getLVForTemplateArgumentList()
605 return getLVForDecl(PrevVar, computation); in getLVForNamespaceScopeDecl()
805 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()), in getLVForNamespaceScopeDecl()
891 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember()
1033 return getLVForDecl(this, LVForLinkageOnly).getLinkage(); in getLinkageInternal()
1039 return getLVForDecl(this, computation); in getLinkageAndVisibility()
1124 return getLVForDecl(cast<NamedDecl>(ContextDecl), computation); in getLVForClosure()
1128 return getLVForDecl(ND, computation); in getLVForClosure()
1172 LinkageInfo PrevLV = getLVForDecl(Prev, computation); in getLVForLocalDecl()
1206 LV = getLVForDecl(FD, computation); in getLVForLocalDecl()
1256 return getLVForDecl(cast<EnumDecl>(D->getDeclContext()), computation); in computeLVForDecl()
1349 static LinkageInfo getLVForDecl(const NamedDecl *D, in getLVForDecl() function in clang::LinkageComputer
1393 static LinkageInfo getLVForDecl(const NamedDecl *D, in getLVForDecl() function
1395 return clang::LinkageComputer::getLVForDecl(D, computation); in getLVForDecl()