Searched refs:entityType (Results 1 – 2 of 2) sorted by relevance
154 if (const DeclTypeSpec * entityType{details->type()}) { in MightDeallocatePolymorphic() local155 if (const DerivedTypeSpec * derivedType{entityType->AsDerived()}) { in MightDeallocatePolymorphic()234 const DeclTypeSpec *entityType{entity.GetType()}; in Post() local235 if ((entityType && entityType->IsPolymorphic()) || // POINTER case in Post()
1693 class NativeTrait<string name, string entityType> : Trait {1695 string cppNamespace = "::mlir::" # entityType # "Trait";1703 class ParamNativeTrait<string prop, string params, string entityType>1704 : NativeTrait<prop # "<" # params # ">::Impl", entityType>;1709 class GenInternalTrait<string prop, string entityType> : Trait {1710 string trait = "::mlir::" # entityType # "Trait::" # prop;