Searched refs:IsScoped (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | Decl.h | 2478 bool IsScoped : 1; variable 2725 IsScoped = Scoped; in EnumDecl() 2761 bool IsScoped, bool IsScopedUsingClassTag, 2850 return IsScoped; in isScoped()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 2658 EnumDecl *PrevDecl, bool IsScoped, in Create() argument 2661 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 455 ED->IsScoped = Record[Idx++]; in VisitEnumDecl()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 8185 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, in CheckEnumRedeclaration() argument 8190 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1515 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,
|