Searched defs:CTFTypedef (Results 1 – 1 of 1) sorted by relevance
96 struct CTFTypedef : public CTFType { struct97 CTFTypedef(lldb::user_id_t uid, llvm::StringRef name, uint32_t type) in CTFTypedef() function100 static bool classof(const CTFType *T) { return T->kind == eTypedef; } in classof()102 uint32_t type;