Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h153 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()
650 return getLVForDecl(PrevVar, computation); in getLVForNamespaceScopeDecl()
864 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()), in getLVForNamespaceScopeDecl()
958 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember()
1180 .getLVForDecl(this, LVComputationKind::forLinkageOnly()) in getLinkageInternal()
1337 : getLVForDecl(Owner, computation); in getLVForClosure()
1387 LinkageInfo PrevLV = getLVForDecl(Prev, computation); in getLVForLocalDecl()
[all …]
H A DAPValue.cpp1173 if (VD && MergeLV(getLVForDecl(VD, computation))) in getLVForValue()
1188 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue()
1202 MergeLV(getLVForDecl(D, computation)); in getLVForValue()