Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp297 static LinkageInfo getLVForDecl(const NamedDecl *D,
334 LV.merge(getLVForDecl(ND, computation)); in getLVForTemplateArgumentList()
346 LV.merge(getLVForDecl(Template, computation)); in getLVForTemplateArgumentList()
605 return getLVForDecl(PrevVar, computation); in getLVForNamespaceScopeDecl()
805 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()), in getLVForNamespaceScopeDecl()
891 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember()
1033 return getLVForDecl(this, LVForLinkageOnly).getLinkage(); in getLinkageInternal()
1039 return getLVForDecl(this, computation); in getLinkageAndVisibility()
1124 return getLVForDecl(cast<NamedDecl>(ContextDecl), computation); in getLVForClosure()
1128 return getLVForDecl(ND, computation); in getLVForClosure()
[all …]