Searched defs:CTFRestrict (Results 1 – 1 of 1) sorted by relevance
90 struct CTFRestrict : public CTFModifier { struct91 CTFRestrict(lldb::user_id_t uid, uint32_t type) in CTFRestrict() function93 static bool classof(const CTFType *T) { return T->kind == eRestrict; } in classof()