Searched defs:Scoped (Results 1 – 3 of 3) sorted by relevance
31 bool Scoped = bool(Opts & ClassOptions::Scoped); in getHashForUdt() local69 bool Scoped = bool(Opts & ClassOptions::Scoped); in getTagRecordHashForUdt() local
216 Scoped = 0x0100, global() enumerator
4781 EnumDecl(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,EnumDecl * PrevDecl,bool Scoped,bool ScopedUsingClassTag,bool Fixed) EnumDecl() argument