Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DLinkage.h150 LinkageInfo getLVForDecl(const NamedDecl *D, LVComputationKind computation);
H A DDecl.cpp339 LV.merge(getLVForDecl(ND, computation)); in getLVForTemplateArgumentList()
351 LV.merge(getLVForDecl(Template, computation)); in getLVForTemplateArgumentList()
398 LinkageInfo tempLV = getLVForDecl(temp, computation); in mergeTemplateLV()
472 LinkageInfo tempLV = getLVForDecl(temp, computation); in mergeTemplateLV()
681 return getLVForDecl(PrevVar, computation); in getLVForNamespaceScopeDecl()
1153 .getLVForDecl(this, LVComputationKind::forLinkageOnly()) in getLinkageInternal()
1269 : getLVForDecl(Owner, computation); in getLVForClosure()
1318 LinkageInfo PrevLV = getLVForDecl(Prev, computation); in getLVForLocalDecl()
1355 LV = getLVForDecl(FD, computation); in getLVForLocalDecl()
1364 LV = getLVForDecl(MD->getParent(), computation); in getLVForLocalDecl()
[all …]
H A DAPValue.cpp1163 if (VD && MergeLV(getLVForDecl(VD, computation))) in getLVForValue()
1178 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue()
1192 MergeLV(getLVForDecl(D, computation)); in getLVForValue()