Searched refs:getLVForDecl (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Linkage.h | 153 LinkageInfo getLVForDecl(const NamedDecl *D, LVComputationKind computation);
|
| H A D | Decl.cpp | 337 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() 863 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()), in getLVForNamespaceScopeDecl() 957 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember() 1186 .getLVForDecl(this, LVComputationKind::forLinkageOnly()) in getLinkageInternal() 1343 : getLVForDecl(Owner, computation); in getLVForClosure() 1393 LinkageInfo PrevLV = getLVForDecl(Prev, computation); in getLVForLocalDecl() [all …]
|
| H A D | APValue.cpp | 1178 if (VD && MergeLV(getLVForDecl(VD, computation))) in getLVForValue() 1193 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue() 1207 MergeLV(getLVForDecl(D, computation)); in getLVForValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 9573 {"_Z12getLVForDeclPKN5clang9NamedDeclEN12_GLOBAL__N_17LVFlagsE", "getLVForDecl(clang::NamedDecl con…
|