Home
last modified time | relevance | path

Searched refs:IsScoped (Results 1 – 5 of 5) sorted by relevance

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h2631 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 DDecl.cpp3452 EnumDecl *PrevDecl, bool IsScoped, in Create() argument
3455 IsScoped, IsScopedUsingClassTag, in Create()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp558 ED->IsScoped = Record[Idx++]; in VisitEnumDecl()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp10955 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 DSema.h1908 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,