Searched refs:IsScoped (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | Decl.h | 2763 unsigned IsScoped : 1; variable 3052 IsScoped = Scoped; in EnumDecl() 3089 bool IsScoped, bool IsScopedUsingClassTag, 3189 return IsScoped; in isScoped()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 3629 EnumDecl *PrevDecl, bool IsScoped, in Create() argument 3632 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 683 ED->IsScoped = Record[Idx++]; in VisitEnumDecl()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 12008 SourceLocation EnumLoc, bool IsScoped, QualType EnumUnderlyingTy, in CheckEnumRedeclaration() argument 12012 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2065 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,
|