Searched refs:tokError (Results 1 – 2 of 2) sorted by relevance
559 return tokError("expected top-level entity"); in parseTopLevelEntities()642 return tokError("unknown target property"); in parseTargetDefinition()775 return tokError("expected 'global' or 'constant'"); in parseGlobalType()884 return tokError("expected comdat type"); in parseComdat()889 return tokError("unknown selection kind"); in parseComdat()985 return tokError("found DIArgList outside of function"); in parseNamedMetadata()1009 return tokError("unexpected type in metadata definition"); in parseStandaloneMetadata()1039 return tokError("Metadata id is already used"); in parseStandaloneMetadata()1056 return tokError( in skipModuleSummaryEntry()1079 return tokError("found end of file while parsing summary entry"); in skipModuleSummaryEntry()[all …]
211 bool tokError(const Twine &Msg) const { return error(Lex.getLoc(), Msg); } in tokError() function337 return tokError("expected index"); in parseIndexList()