Searched refs:STRUCT_FLAG (Results 1 – 2 of 2) sorted by relevance
703 STRUCT_FLAG = 0x10000, ///< structs. Marked with this flag in addition to their baseIndex. enumerator799 return (Type)(T::baseIndex | STRUCT_FLAG); in getType()
42 if (fd.type() & FD::STRUCT_FLAG) { in PrintTo()43 *os << "struct-" << (fd.type() & ~FD::STRUCT_FLAG); in PrintTo()97 const static FD::Type TYPE = (FD::Type)(baseIndex | FD::STRUCT_FLAG);