Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp296 static LinkageInfo getLVForDecl(const NamedDecl *D,
333 LV.merge(getLVForDecl(ND, computation)); in getLVForTemplateArgumentList()
345 LV.merge(getLVForDecl(Template, computation)); in getLVForTemplateArgumentList()
602 return getLVForDecl(PrevVar, computation); in getLVForNamespaceScopeDecl()
802 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()), in getLVForNamespaceScopeDecl()
888 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation); in getLVForClassMember()
1030 return getLVForDecl(this, LVForLinkageOnly).getLinkage(); in getLinkageInternal()
1036 return getLVForDecl(this, computation); in getLinkageAndVisibility()
1121 return getLVForDecl(cast<NamedDecl>(ContextDecl), computation); in getLVForClosure()
1125 return getLVForDecl(ND, computation); in getLVForClosure()
[all …]