Lines Matching refs:getLVForDecl
296 static LinkageInfo getLVForDecl(const NamedDecl *D,
333 LV.merge(getLVForDecl(ND, computation)); in getLVForTemplateArgumentList()
345 LV.merge(getLVForDecl(Template, computation)); in getLVForTemplateArgumentList()
602 return getLVForDecl(PrevVar, computation); in getLVForNamespaceScopeDecl()
802 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()), in getLVForNamespaceScopeDecl()
888 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember()
1030 return getLVForDecl(this, LVForLinkageOnly).getLinkage(); in getLinkageInternal()
1036 return getLVForDecl(this, computation); in getLinkageAndVisibility()
1121 return getLVForDecl(cast<NamedDecl>(ContextDecl), computation); in getLVForClosure()
1125 return getLVForDecl(ND, computation); in getLVForClosure()
1169 LinkageInfo PrevLV = getLVForDecl(Prev, computation); in getLVForLocalDecl()
1203 LV = getLVForDecl(FD, computation); in getLVForLocalDecl()
1253 return getLVForDecl(cast<EnumDecl>(D->getDeclContext()), computation); in computeLVForDecl()
1346 static LinkageInfo getLVForDecl(const NamedDecl *D, in getLVForDecl() function in clang::LinkageComputer
1390 static LinkageInfo getLVForDecl(const NamedDecl *D, in getLVForDecl() function
1392 return clang::LinkageComputer::getLVForDecl(D, computation); in getLVForDecl()