Searched refs:getLVForDecl (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Linkage.h | 150 LinkageInfo getLVForDecl(const NamedDecl *D, LVComputationKind computation);
|
| H A D | Decl.cpp | 337 LV.merge(getLVForDecl(ND, computation)); in getLVForTemplateArgumentList() 349 LV.merge(getLVForDecl(Template, computation)); in getLVForTemplateArgumentList() 661 return getLVForDecl(PrevVar, computation); in getLVForNamespaceScopeDecl() 863 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()), in getLVForNamespaceScopeDecl() 961 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember() 1121 .getLVForDecl(this, LVComputationKind::forLinkageOnly()) in getLinkageInternal() 1237 : getLVForDecl(Owner, computation); in getLVForClosure() 1286 LinkageInfo PrevLV = getLVForDecl(Prev, computation); in getLVForLocalDecl() 1323 LV = getLVForDecl(FD, computation); in getLVForLocalDecl() 1332 LV = getLVForDecl(MD->getParent(), computation); in getLVForLocalDecl() [all …]
|
| H A D | APValue.cpp | 1092 if (VD && MergeLV(getLVForDecl(VD, computation))) in getLVForValue() 1107 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue() 1121 MergeLV(getLVForDecl(D, computation)); in getLVForValue()
|