Searched defs:IsScoped (Results 1 - 2 of 2) sorted by relevance

/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/Sema/
H A DSemaDecl.cpp10570 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, argument
10575 if (IsScoped != Prev->isScoped()) {

Completed in 67 milliseconds