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

/external/clang/lib/Sema/
H A DSemaDecl.cpp12009 bool EnumUnderlyingIsImplicit, const EnumDecl *Prev) {
12031 } else if (IsFixed && !Prev->isFixed() && EnumUnderlyingIsImplicit) {
12326 bool EnumUnderlyingIsImplicit = false; local
12352 EnumUnderlyingIsImplicit = true;
12703 EnumUnderlyingIsImplicit, PrevEnum))
12007 CheckEnumRedeclaration( SourceLocation EnumLoc, bool IsScoped, QualType EnumUnderlyingTy, bool EnumUnderlyingIsImplicit, const EnumDecl *Prev) argument

Completed in 1457 milliseconds