Searched refs:tokError (Results 1 – 2 of 2) sorted by relevance
547 return tokError("expected top-level entity"); in parseTopLevelEntities()630 return tokError("unknown target property"); in parseTargetDefinition()763 return tokError("expected 'global' or 'constant'"); in parseGlobalType()872 return tokError("expected comdat type"); in parseComdat()877 return tokError("unknown selection kind"); in parseComdat()974 return tokError("found DIArgList outside of function"); in parseNamedMetadata()998 return tokError("unexpected type in metadata definition"); in parseStandaloneMetadata()1029 return tokError("Metadata id is already used"); in parseStandaloneMetadata()1046 return tokError( in skipModuleSummaryEntry()1069 return tokError("found end of file while parsing summary entry"); in skipModuleSummaryEntry()[all …]
214 bool tokError(const Twine &Msg) { return error(Lex.getLoc(), Msg); } in tokError() function340 return tokError("expected index"); in parseIndexList()