Searched refs:TypedefInfo (Results 1 – 2 of 2) sorted by relevance
705 class TypedefInfo : public CommonTypeInfo {709 TypedefInfo() : CommonTypeInfo() {} in TypedefInfo() function711 TypedefInfo &operator|=(const TypedefInfo &RHS) {718 friend bool operator==(const TypedefInfo &, const TypedefInfo &);723 inline bool operator==(const TypedefInfo &LHS, const TypedefInfo &RHS) {728 inline bool operator!=(const TypedefInfo &LHS, const TypedefInfo &RHS) {
100 void TypedefInfo::dump(llvm::raw_ostream &OS) const { in dump()