Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDecl.cpp805 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()), in getLVForNamespaceScopeDecl() local
807 if (!isExternalFormalLinkage(EnumLV.getLinkage())) in getLVForNamespaceScopeDecl()
809 LV.merge(EnumLV); in getLVForNamespaceScopeDecl()
/external/llvm-project/clang/lib/AST/
DDecl.cpp863 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()), in getLVForNamespaceScopeDecl() local
865 if (!isExternalFormalLinkage(EnumLV.getLinkage())) in getLVForNamespaceScopeDecl()
867 LV.merge(EnumLV); in getLVForNamespaceScopeDecl()