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

/external/clang/include/clang/AST/
H A DDecl.h2547 /// IsScoped - True if this tag declaration is a scoped enumeration. Only
2549 bool IsScoped : 1;
2849 IsScoped = Scoped;
2886 bool IsScoped, bool IsScopedUsingClassTag,
2986 return IsScoped;
/external/clang/lib/AST/
H A DDecl.cpp3415 EnumDecl *PrevDecl, bool IsScoped,
3418 IsScoped, IsScopedUsingClassTag,
3412 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, bool IsScoped, bool IsScopedUsingClassTag, bool IsFixed) argument
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp511 ED->IsScoped = Record[Idx++];
/external/clang/include/clang/Sema/
H A DSema.h1885 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,
/external/clang/lib/Sema/
H A DSemaDecl.cpp10570 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, argument
10575 if (IsScoped != Prev->isScoped()) {

Completed in 174 milliseconds