Searched refs:IsScoped (Results 1 – 5 of 5) sorted by relevance
/minix/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | Decl.h | 2631 bool IsScoped : 1; variable 2931 IsScoped = Scoped; in EnumDecl() 2968 bool IsScoped, bool IsScopedUsingClassTag, 3068 return IsScoped; in isScoped()
|
/minix/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Decl.cpp | 3452 EnumDecl *PrevDecl, bool IsScoped, in Create() argument 3455 IsScoped, IsScopedUsingClassTag, in Create()
|
/minix/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 558 ED->IsScoped = Record[Idx++]; in VisitEnumDecl()
|
/minix/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 10955 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, in CheckEnumRedeclaration() argument 10960 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()
|
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 1908 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,
|