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

/external/clang/lib/AST/
H A DDecl.cpp2658 EnumDecl *PrevDecl, bool IsScoped,
2661 IsScoped, IsScopedUsingClassTag, IsFixed);
2655 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.cpp8185 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, argument
8190 if (IsScoped != Prev->isScoped()) {

Completed in 147 milliseconds