Searched defs:ChildType (Results 1 – 3 of 3) sorted by relevance
136 enum ChildType { Invalid, Element, Content}; enum
31 typedef int ChildType; // should show as int typedef
766 if (const RecordType *ChildType = I->getType()->getAs<RecordType>()) { in visitRecordForValidation() local