Searched defs:IsEnum (Results 1 – 8 of 8) sorted by relevance
132 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
134 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
387 bool IsEnum; member
52 def IsEnum(x): function
257 static bool IsEnum(const Type &type) { in IsEnum() function in flatbuffers::general::GeneralGenerator
388 func (a Attribute) IsEnum() bool { func
1123 bool ResultBuilder::IsEnum(const NamedDecl *ND) const { in IsEnum() function in ResultBuilder
5164 bool IsEnum = false; in checkFormatExpr() local