Searched defs:CTFConst (Results 1 – 1 of 1) sorted by relevance
76 struct CTFConst : public CTFModifier { struct77 CTFConst(lldb::user_id_t uid, uint32_t type) in CTFConst() function80 static bool classof(const CTFType *T) { return T->kind == eConst; } in classof()