Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h150 LinkageInfo getLVForDecl(const NamedDecl *D, LVComputationKind computation);
H A DDecl.cpp338 LV.merge(getLVForDecl(ND, computation)); in getLVForTemplateArgumentList()
354 LV.merge(getLVForDecl(Template, computation)); in getLVForTemplateArgumentList()
401 LinkageInfo tempLV = getLVForDecl(temp, computation); in mergeTemplateLV()
475 LinkageInfo tempLV = getLVForDecl(temp, computation); in mergeTemplateLV()
643 return getLVForDecl(PrevVar, computation); in getLVForNamespaceScopeDecl()
1173 .getLVForDecl(this, LVComputationKind::forLinkageOnly()) in getLinkageInternal()
1337 : getLVForDecl(Owner, computation); in getLVForClosure()
1387 LinkageInfo PrevLV = getLVForDecl(Prev, computation); in getLVForLocalDecl()
1424 LV = getLVForDecl(FD, computation); in getLVForLocalDecl()
1433 LV = getLVForDecl(MD->getParent(), computation); in getLVForLocalDecl()
[all …]
H A DAPValue.cpp1169 if (VD && MergeLV(getLVForDecl(VD, computation))) in getLVForValue()
1184 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue()
1198 MergeLV(getLVForDecl(D, computation)); in getLVForValue()