Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h2684 bool IsScoped : 1; variable
2984 IsScoped = Scoped; in EnumDecl()
3021 bool IsScoped, bool IsScopedUsingClassTag,
3121 return IsScoped; in isScoped()
/external/clang/lib/AST/
DDecl.cpp3491 EnumDecl *PrevDecl, bool IsScoped, in Create() argument
3494 IsScoped, IsScopedUsingClassTag, in Create()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp575 ED->IsScoped = Record[Idx++]; in VisitEnumDecl()
/external/clang/lib/Sema/
DSemaDecl.cpp11071 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, in CheckEnumRedeclaration() argument
11076 if (IsScoped != Prev->isScoped()) { in CheckEnumRedeclaration()
/external/clang/include/clang/Sema/
DSema.h1844 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,