Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DType.h4941 extern bool IsEnumDeclScoped(EnumDecl *);
4951 !IsEnumDeclScoped(ET->getDecl());
DDecl.h3346 inline bool IsEnumDeclScoped(EnumDecl *ED) { in IsEnumDeclScoped() function