Searched refs:tokError (Results 1 – 2 of 2) sorted by relevance
346 return tokError("expected top-level entity"); in parseTopLevelEntities()432 return tokError("unknown target property"); in parseTargetDefinition()582 return tokError("expected 'global' or 'constant'"); in parseGlobalType()683 return tokError("expected comdat type"); in parseComdat()688 return tokError("unknown selection kind"); in parseComdat()784 return tokError("found DIArgList outside of function"); in parseNamedMetadata()808 return tokError("unexpected type in metadata definition"); in parseStandaloneMetadata()827 return tokError("Metadata id is already used"); in parseStandaloneMetadata()844 return tokError( in skipModuleSummaryEntry()867 return tokError("found end of file while parsing summary entry"); in skipModuleSummaryEntry()[all …]
181 bool tokError(const Twine &Msg) const { return error(Lex.getLoc(), Msg); } in tokError() function292 return tokError("expected index"); in parseIndexList()