Home
last modified time | relevance | path

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

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