Lines Matching refs:ReportError
55 ReportError(s.str()); in CheckAlreadyDeclared()
66 ReportError(s.str()); in LookupType()
75 ReportError(s.str()); in LookupGlobalType()
119 ReportError(s.str()); in LookupValue()
129 ReportError(s.str()); in LookupLabel()
157 ReportError(stream.str()); in LookupMacro()
167 ReportError(name + " is not a builtin"); in LookupBuiltin()
169 ReportError(std::string("builtin ") + name + " is not defined"); in LookupBuiltin()
179 ReportError(name + " is not a generic"); in LookupGeneric()
181 ReportError(std::string("generic ") + name + " is not defined"); in LookupGeneric()
191 ReportError(name + " is not a constant"); in LookupModuleConstant()
193 ReportError(std::string("constant \"") + name + "\" is not defined"); in LookupModuleConstant()
208 ReportError(s.str()); in DeclareAbstractType()
214 ReportError(s.str()); in DeclareAbstractType()
253 ReportError(s.str()); in GetMacroListForName()
266 ReportError(s.str()); in GetMacroListForName()
356 ReportError(s.str()); in DeclareGeneric()