Lines Matching refs:Error
42 Error visitTypeBegin(CVType &Record) override;
43 Error visitTypeBegin(CVType &Record, TypeIndex Index) override;
44 Error visitTypeEnd(CVType &Record) override;
47 Error visitKnownRecord(CVType &CVR, Name##Record &Record) override;
54 Error TypeNameComputer::visitTypeBegin(CVType &Record) { in visitTypeBegin()
56 return Error::success(); in visitTypeBegin()
59 Error TypeNameComputer::visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin()
63 return Error::success(); in visitTypeBegin()
66 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd()
68 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()
71 return Error::success(); in visitKnownRecord()
74 Error TypeNameComputer::visitKnownRecord(CVRecord<TypeLeafKind> &CVR, in visitKnownRecord()
77 return Error::success(); in visitKnownRecord()
80 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArgListRecord &Args) { in visitKnownRecord()
93 return Error::success(); in visitKnownRecord()
96 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()
107 return Error::success(); in visitKnownRecord()
110 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ClassRecord &Class) { in visitKnownRecord()
112 return Error::success(); in visitKnownRecord()
115 Error TypeNameComputer::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
117 return Error::success(); in visitKnownRecord()
120 Error TypeNameComputer::visitKnownRecord(CVType &CVR, EnumRecord &Enum) { in visitKnownRecord()
122 return Error::success(); in visitKnownRecord()
125 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
127 return Error::success(); in visitKnownRecord()
130 Error TypeNameComputer::visitKnownRecord(CVType &CVR, VFTableRecord &VFT) { in visitKnownRecord()
132 return Error::success(); in visitKnownRecord()
135 Error TypeNameComputer::visitKnownRecord(CVType &CVR, MemberFuncIdRecord &Id) { in visitKnownRecord()
137 return Error::success(); in visitKnownRecord()
140 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ProcedureRecord &Proc) { in visitKnownRecord()
144 return Error::success(); in visitKnownRecord()
147 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()
153 return Error::success(); in visitKnownRecord()
156 Error TypeNameComputer::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) { in visitKnownRecord()
158 return Error::success(); in visitKnownRecord()
161 Error TypeNameComputer::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
163 return Error::success(); in visitKnownRecord()
166 Error TypeNameComputer::visitKnownRecord(CVType &CVR, PointerRecord &Ptr) { in visitKnownRecord()
195 return Error::success(); in visitKnownRecord()
198 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ModifierRecord &Mod) { in visitKnownRecord()
208 return Error::success(); in visitKnownRecord()
211 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()
214 return Error::success(); in visitKnownRecord()
217 Error TypeNameComputer::visitKnownRecord( in visitKnownRecord()
219 return Error::success(); in visitKnownRecord()
222 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()
224 return Error::success(); in visitKnownRecord()
227 Error TypeNameComputer::visitKnownRecord(CVType &CVR, BitFieldRecord &BF) { in visitKnownRecord()
228 return Error::success(); in visitKnownRecord()
231 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()
233 return Error::success(); in visitKnownRecord()
236 Error TypeNameComputer::visitKnownRecord(CVType &CVR, BuildInfoRecord &BI) { in visitKnownRecord()
237 return Error::success(); in visitKnownRecord()
240 Error TypeNameComputer::visitKnownRecord(CVType &CVR, LabelRecord &R) { in visitKnownRecord()
241 return Error::success(); in visitKnownRecord()
244 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()
246 return Error::success(); in visitKnownRecord()
249 Error TypeNameComputer::visitKnownRecord(CVType &CVR, in visitKnownRecord()
251 return Error::success(); in visitKnownRecord()