Searched defs:IsEnum (Results 1 – 7 of 7) sorted by relevance
132 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
387 bool IsEnum; member
52 def IsEnum(x): function
228 static bool IsEnum(const Type& type) { in IsEnum() function in flatbuffers::general::GeneralGenerator
86 bool IsEnum() const { return type_ == kEnumIdentifier; } in IsEnum() function
1123 bool ResultBuilder::IsEnum(const NamedDecl *ND) const { in IsEnum() function in ResultBuilder
5164 bool IsEnum = false; in checkFormatExpr() local