reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/AsmParser/LLParser.h
  213     bool ParseToken(lltok::Kind T, const char *ErrMsg);

References

lib/AsmParser/LLParser.cpp
  359   if (ParseToken(lltok::kw_asm, "expected 'module asm'") ||
  376     if (ParseToken(lltok::equal, "expected '=' after target triple") ||
  383     if (ParseToken(lltok::equal, "expected '=' after target datalayout") ||
  397   if (ParseToken(lltok::equal, "expected '=' after source_filename") ||
  412   if (ParseToken(lltok::equal, "expected '=' after deplibs") ||
  413       ParseToken(lltok::lsquare, "expected '=' after deplibs"))
  424   return ParseToken(lltok::rsquare, "expected ']' at end of list");
  434   if (ParseToken(lltok::equal, "expected '=' after name") ||
  435       ParseToken(lltok::kw_type, "expected 'type' after '='"))
  460   if (ParseToken(lltok::equal, "expected '=' after name") ||
  461       ParseToken(lltok::kw_type, "expected 'type' after name"))
  562     if (ParseToken(lltok::equal, "expected '=' after name"))
  600   if (ParseToken(lltok::equal, "expected '=' in global variable") ||
  620   if (ParseToken(lltok::equal, "expected '=' here"))
  623   if (ParseToken(lltok::kw_comdat, "expected comdat keyword"))
  704   if (ParseToken(lltok::equal, "expected '=' here") ||
  705       ParseToken(lltok::exclaim, "Expected '!' here") ||
  706       ParseToken(lltok::lbrace, "Expected '{' here"))
  720       } else if (ParseToken(lltok::exclaim, "Expected '!' here") ||
  727   return ParseToken(lltok::rbrace, "expected end of metadata node");
  739       ParseToken(lltok::equal, "expected '=' here"))
  750   } else if (ParseToken(lltok::exclaim, "Expected '!' here") ||
  781   if (ParseToken(lltok::colon, "expected ':' at start of summary entry") ||
  782       ParseToken(lltok::lparen, "expected '(' at start of summary entry"))
  817   if (ParseToken(lltok::equal, "expected '=' here"))
  898       ParseToken(lltok::comma, "expected comma after alias or ifunc's type"))
  977       if (ParseToken(lltok::StringConstant, "expected partition string"))
 1117       if (ParseToken(lltok::StringConstant, "expected global section string"))
 1122       if (ParseToken(lltok::StringConstant, "expected partition string"))
 1170   if (ParseToken(lltok::equal, "expected '=' here") ||
 1171       ParseToken(lltok::lbrace, "expected '{' here") ||
 1174       ParseToken(lltok::rbrace, "expected end of attribute group"))
 1236         if (ParseToken(lltok::equal, "expected '=' here") || ParseUInt32(Value))
 1250         if (ParseToken(lltok::equal, "expected '=' here") ||
 1560       ParseToken(lltok::rparen, "expected ')' after thread local model");
 1572   return ParseToken(lltok::lparen, "expected '(' in address space") ||
 1574          ParseToken(lltok::rparen, "expected ')' in address space");
 2342           ParseToken(lltok::greater, "expected '>' at end of packed struct"))
 2409           ParseToken(lltok::star, "expected '*' in address space"))
 2433   if (ParseToken(lltok::lparen, "expected '(' in call"))
 2439         ParseToken(lltok::comma, "expected ',' in argument list"))
 2450       return ParseToken(lltok::rparen, "expected ')' at end of argument list");
 2515         ParseToken(lltok::comma, "expected ',' in input list"))
 2522     if (ParseToken(lltok::lparen, "expected '(' in operand bundle"))
 2529           ParseToken(lltok::comma, "expected ',' in input list"))
 2639   return ParseToken(lltok::rparen, "expected ')' at end of argument list");
 2730       (isPacked && ParseToken(lltok::greater, "expected '>' in packed struct")))
 2770   return ParseToken(lltok::rbrace, "expected '}' at end of struct");
 2784     if (ParseToken(lltok::kw_x, "expected 'x' after vscale"))
 2798   if (ParseToken(lltok::kw_x, "expected 'x' after element count"))
 2805   if (ParseToken(isVector ? lltok::greater : lltok::rsquare,
 3115         ParseToken(lltok::rbrace, "expected end of struct constant"))
 3135          ParseToken(lltok::rbrace, "expected end of packed struct")) ||
 3136         ParseToken(lltok::greater, "expected end of constant"))
 3173         ParseToken(lltok::rsquare, "expected end of array constant"))
 3206     if (ParseToken(lltok::StringConstant, "expected string")) return true;
 3219         ParseToken(lltok::comma, "expected comma in inline asm expression") ||
 3220         ParseToken(lltok::StringConstant, "expected constraint string"))
 3235     if (ParseToken(lltok::lparen, "expected '(' in block address expression") ||
 3237         ParseToken(lltok::comma, "expected comma in block address expression")||
 3239         ParseToken(lltok::rparen, "expected ')' in block address expression"))
 3323     if (ParseToken(lltok::lparen, "expected '(' after constantexpr cast") ||
 3325         ParseToken(lltok::kw_to, "expected 'to' in constantexpr cast") ||
 3327         ParseToken(lltok::rparen, "expected ')' at end of constantexpr cast"))
 3342     if (ParseToken(lltok::lparen, "expected '(' in extractvalue constantexpr")||
 3345         ParseToken(lltok::rparen, "expected ')' in extractvalue constantexpr"))
 3360     if (ParseToken(lltok::lparen, "expected '(' in insertvalue constantexpr")||
 3362         ParseToken(lltok::comma, "expected comma in insertvalue constantexpr")||
 3365         ParseToken(lltok::rparen, "expected ')' in insertvalue constantexpr"))
 3388         ParseToken(lltok::lparen, "expected '(' in compare constantexpr") ||
 3390         ParseToken(lltok::comma, "expected comma in compare constantexpr") ||
 3392         ParseToken(lltok::rparen, "expected ')' in compare constantexpr"))
 3420     if (ParseToken(lltok::lparen, "expected '(' in unary constantexpr") ||
 3422         ParseToken(lltok::rparen, "expected ')' in unary constantexpr"))
 3475     if (ParseToken(lltok::lparen, "expected '(' in binary constantexpr") ||
 3477         ParseToken(lltok::comma, "expected comma in binary constantexpr") ||
 3479         ParseToken(lltok::rparen, "expected ')' in binary constantexpr"))
 3525     if (ParseToken(lltok::lparen, "expected '(' in logical constantexpr") ||
 3527         ParseToken(lltok::comma, "expected comma in logical constantexpr") ||
 3529         ParseToken(lltok::rparen, "expected ')' in logical constantexpr"))
 3555     if (ParseToken(lltok::lparen, "expected '(' in constantexpr"))
 3561           ParseToken(lltok::comma, "expected comma after getelementptr's type"))
 3568         ParseToken(lltok::rparen, "expected ')' in constantexpr"))
 3688     if (ParseToken(lltok::rparen, "expected ')' after comdat var"))
 3740   return ParseToken(lltok::exclaim, "expected '!' here") ||
 4354   if (ParseToken(lltok::lparen, "expected '(' here"))
 4361   return ParseToken(lltok::rparen, "expected ')' here");
 4943   if (ParseToken(lltok::lparen, "expected '(' here"))
 4977   if (ParseToken(lltok::rparen, "expected ')' here"))
 5645       if (ParseToken(lltok::equal, "expected '=' after instruction id"))
 5650       if (ParseToken(lltok::equal, "expected '=' after instruction name"))
 5938   if (ParseToken(lltok::comma, "expected ',' after branch condition") ||
 5940       ParseToken(lltok::comma, "expected ',' after true destination") ||
 5958       ParseToken(lltok::comma, "expected ',' after switch condition") ||
 5960       ParseToken(lltok::lsquare, "expected '[' with switch table"))
 5974         ParseToken(lltok::comma, "expected ',' after case value") ||
 6002       ParseToken(lltok::comma, "expected ',' after indirectbr address") ||
 6003       ParseToken(lltok::lsquare, "expected '[' with indirectbr"))
 6025   if (ParseToken(lltok::rsquare, "expected ']' at end of block list"))
 6059       ParseToken(lltok::kw_to, "expected 'to' in invoke") ||
 6061       ParseToken(lltok::kw_unwind, "expected 'unwind' in invoke") ||
 6146   if (ParseToken(lltok::lsquare, "expected '[' in catchpad/cleanuppad"))
 6152         ParseToken(lltok::comma, "expected ',' in argument list"))
 6181   if (ParseToken(lltok::kw_from, "expected 'from' after cleanupret"))
 6187   if (ParseToken(lltok::kw_unwind, "expected 'unwind' in cleanupret"))
 6193     if (ParseToken(lltok::kw_caller, "expected 'caller' in cleanupret"))
 6210   if (ParseToken(lltok::kw_from, "expected 'from' after catchret"))
 6217   if (ParseToken(lltok::kw_to, "expected 'to' in catchret") ||
 6230   if (ParseToken(lltok::kw_within, "expected 'within' after catchswitch"))
 6240   if (ParseToken(lltok::lsquare, "expected '[' with catchswitch labels"))
 6251   if (ParseToken(lltok::rsquare, "expected ']' after catchswitch labels"))
 6254   if (ParseToken(lltok::kw_unwind,
 6260     if (ParseToken(lltok::kw_caller, "expected 'caller' in catchswitch"))
 6280   if (ParseToken(lltok::kw_within, "expected 'within' after catchpad"))
 6302   if (ParseToken(lltok::kw_within, "expected 'within' after cleanuppad"))
 6368       ParseToken(lltok::kw_to, "expected 'to' in callbr") ||
 6370       ParseToken(lltok::lsquare, "expected '[' in callbr"))
 6389   if (ParseToken(lltok::rsquare, "expected ']' at end of block list"))
 6476       ParseToken(lltok::comma, "expected ',' in arithmetic operation") ||
 6496       ParseToken(lltok::comma, "expected ',' in logical operation") ||
 6518       ParseToken(lltok::comma, "expected ',' after compare value") ||
 6549       ParseToken(lltok::kw_to, "expected 'to' after cast value") ||
 6569       ParseToken(lltok::comma, "expected ',' after select condition") ||
 6571       ParseToken(lltok::comma, "expected ',' after select value") ||
 6589       ParseToken(lltok::comma, "expected ',' after vaarg operand") ||
 6606       ParseToken(lltok::comma, "expected ',' after extract value") ||
 6623       ParseToken(lltok::comma, "expected ',' after insertelement value") ||
 6625       ParseToken(lltok::comma, "expected ',' after insertelement value") ||
 6642       ParseToken(lltok::comma, "expected ',' after shuffle mask") ||
 6644       ParseToken(lltok::comma, "expected ',' after shuffle value") ||
 6662       ParseToken(lltok::lsquare, "expected '[' in phi value list") ||
 6664       ParseToken(lltok::comma, "expected ',' after insertelement value") ||
 6666       ParseToken(lltok::rsquare, "expected ']' in phi value list"))
 6683     if (ParseToken(lltok::lsquare, "expected '[' in phi value list") ||
 6685         ParseToken(lltok::comma, "expected ',' after insertelement value") ||
 6687         ParseToken(lltok::rsquare, "expected ']' in phi value list"))
 6774       ParseToken(lltok::kw_call,
 6955       ParseToken(lltok::comma, "expected comma after load's type") ||
 7002       ParseToken(lltok::comma, "expected ',' after store operand") ||
 7043       ParseToken(lltok::comma, "expected ',' after cmpxchg address") ||
 7045       ParseToken(lltok::comma, "expected ',' after cmpxchg cmp operand") ||
 7117       ParseToken(lltok::comma, "expected ',' after atomicrmw address") ||
 7191       ParseToken(lltok::comma, "expected comma after getelementptr's type") ||
 7268       ParseToken(lltok::comma, "expected comma after insertvalue operand") ||
 7296   if (ParseToken(lltok::lbrace, "expected '{' here"))
 7316   return ParseToken(lltok::rbrace, "expected end of metadata node");
 7350   if (ParseToken(lltok::lbrace, "expected '{' here"))
 7375   if (ParseToken(lltok::rbrace, "expected '}' here"))
 7392   if (ParseToken(lltok::kw_uselistorder, "expected uselistorder directive"))
 7398       ParseToken(lltok::comma, "expected comma in uselistorder directive") ||
 7415       ParseToken(lltok::comma, "expected comma in uselistorder_bb directive") ||
 7417       ParseToken(lltok::comma, "expected comma in uselistorder_bb directive") ||
 7459   if (ParseToken(lltok::colon, "expected ':' here") ||
 7460       ParseToken(lltok::lparen, "expected '(' here") ||
 7461       ParseToken(lltok::kw_path, "expected 'path' here") ||
 7462       ParseToken(lltok::colon, "expected ':' here") ||
 7464       ParseToken(lltok::comma, "expected ',' here") ||
 7465       ParseToken(lltok::kw_hash, "expected 'hash' here") ||
 7466       ParseToken(lltok::colon, "expected ':' here") ||
 7467       ParseToken(lltok::lparen, "expected '(' here"))
 7471   if (ParseUInt32(Hash[0]) || ParseToken(lltok::comma, "expected ',' here") ||
 7472       ParseUInt32(Hash[1]) || ParseToken(lltok::comma, "expected ',' here") ||
 7473       ParseUInt32(Hash[2]) || ParseToken(lltok::comma, "expected ',' here") ||
 7474       ParseUInt32(Hash[3]) || ParseToken(lltok::comma, "expected ',' here") ||
 7478   if (ParseToken(lltok::rparen, "expected ')' here") ||
 7479       ParseToken(lltok::rparen, "expected ')' here"))
 7495   if (ParseToken(lltok::colon, "expected ':' here") ||
 7496       ParseToken(lltok::lparen, "expected '(' here") ||
 7497       ParseToken(lltok::kw_name, "expected 'name' here") ||
 7498       ParseToken(lltok::colon, "expected ':' here") ||
 7503   if (ParseToken(lltok::comma, "expected ',' here") ||
 7504       ParseTypeIdSummary(TIS) || ParseToken(lltok::rparen, "expected ')' here"))
 7525   if (ParseToken(lltok::kw_summary, "expected 'summary' here") ||
 7526       ParseToken(lltok::colon, "expected ':' here") ||
 7527       ParseToken(lltok::lparen, "expected '(' here") ||
 7537   if (ParseToken(lltok::rparen, "expected ')' here"))
 7555   if (ParseToken(lltok::colon, "expected ':' here") ||
 7556       ParseToken(lltok::lparen, "expected '(' here") ||
 7557       ParseToken(lltok::kw_name, "expected 'name' here") ||
 7558       ParseToken(lltok::colon, "expected ':' here") ||
 7564   if (ParseToken(lltok::comma, "expected ',' here") ||
 7565       ParseToken(lltok::kw_summary, "expected 'summary' here") ||
 7566       ParseToken(lltok::colon, "expected ':' here") ||
 7567       ParseToken(lltok::lparen, "expected '(' here"))
 7574     if (ParseToken(lltok::lparen, "expected '(' here") ||
 7575         ParseToken(lltok::kw_offset, "expected 'offset' here") ||
 7576         ParseToken(lltok::colon, "expected ':' here") || ParseUInt64(Offset) ||
 7577         ParseToken(lltok::comma, "expected ',' here"))
 7593     if (ParseToken(lltok::rparen, "expected ')' in call"))
 7610   if (ParseToken(lltok::rparen, "expected ')' here") ||
 7611       ParseToken(lltok::rparen, "expected ')' here"))
 7636   if (ParseToken(lltok::kw_typeTestRes, "expected 'typeTestRes' here") ||
 7637       ParseToken(lltok::colon, "expected ':' here") ||
 7638       ParseToken(lltok::lparen, "expected '(' here") ||
 7639       ParseToken(lltok::kw_kind, "expected 'kind' here") ||
 7640       ParseToken(lltok::colon, "expected ':' here"))
 7664   if (ParseToken(lltok::comma, "expected ',' here") ||
 7665       ParseToken(lltok::kw_sizeM1BitWidth, "expected 'sizeM1BitWidth' here") ||
 7666       ParseToken(lltok::colon, "expected ':' here") ||
 7675       if (ParseToken(lltok::colon, "expected ':'") ||
 7681       if (ParseToken(lltok::colon, "expected ':'") || ParseUInt64(TTRes.SizeM1))
 7687       if (ParseToken(lltok::colon, "expected ':'") || ParseUInt32(Val))
 7695       if (ParseToken(lltok::colon, "expected ':'") ||
 7704   if (ParseToken(lltok::rparen, "expected ')' here"))
 7715   if (ParseToken(lltok::kw_wpdResolutions, "expected 'wpdResolutions' here") ||
 7716       ParseToken(lltok::colon, "expected ':' here") ||
 7717       ParseToken(lltok::lparen, "expected '(' here"))
 7723     if (ParseToken(lltok::lparen, "expected '(' here") ||
 7724         ParseToken(lltok::kw_offset, "expected 'offset' here") ||
 7725         ParseToken(lltok::colon, "expected ':' here") || ParseUInt64(Offset) ||
 7726         ParseToken(lltok::comma, "expected ',' here") || ParseWpdRes(WPDRes) ||
 7727         ParseToken(lltok::rparen, "expected ')' here"))
 7732   if (ParseToken(lltok::rparen, "expected ')' here"))
 7747   if (ParseToken(lltok::kw_wpdRes, "expected 'wpdRes' here") ||
 7748       ParseToken(lltok::colon, "expected ':' here") ||
 7749       ParseToken(lltok::lparen, "expected '(' here") ||
 7750       ParseToken(lltok::kw_kind, "expected 'kind' here") ||
 7751       ParseToken(lltok::colon, "expected ':' here"))
 7774       if (ParseToken(lltok::colon, "expected ':' here") ||
 7788   if (ParseToken(lltok::rparen, "expected ')' here"))
 7804   if (ParseToken(lltok::kw_resByArg, "expected 'resByArg' here") ||
 7805       ParseToken(lltok::colon, "expected ':' here") ||
 7806       ParseToken(lltok::lparen, "expected '(' here"))
 7811     if (ParseArgs(Args) || ParseToken(lltok::comma, "expected ',' here") ||
 7812         ParseToken(lltok::kw_byArg, "expected 'byArg here") ||
 7813         ParseToken(lltok::colon, "expected ':' here") ||
 7814         ParseToken(lltok::lparen, "expected '(' here") ||
 7815         ParseToken(lltok::kw_kind, "expected 'kind' here") ||
 7816         ParseToken(lltok::colon, "expected ':' here"))
 7844         if (ParseToken(lltok::colon, "expected ':' here") ||
 7850         if (ParseToken(lltok::colon, "expected ':' here") ||
 7856         if (ParseToken(lltok::colon, "expected ':' here") ||
 7866     if (ParseToken(lltok::rparen, "expected ')' here"))
 7872   if (ParseToken(lltok::rparen, "expected ')' here"))
 7881   if (ParseToken(lltok::kw_args, "expected 'args' here") ||
 7882       ParseToken(lltok::colon, "expected ':' here") ||
 7883       ParseToken(lltok::lparen, "expected '(' here"))
 7893   if (ParseToken(lltok::rparen, "expected ')' here"))
 7984   if (ParseToken(lltok::colon, "expected ':' here") ||
 7985       ParseToken(lltok::lparen, "expected '(' here"))
 7993     if (ParseToken(lltok::colon, "expected ':' here") ||
 8000     if (ParseToken(lltok::colon, "expected ':' here") || ParseUInt64(GUID))
 8009     if (ParseToken(lltok::rparen, "expected ')' here"))
 8023   if (ParseToken(lltok::kw_summaries, "expected 'summaries' here") ||
 8024       ParseToken(lltok::colon, "expected ':' here"))
 8028     if (ParseToken(lltok::lparen, "expected '(' here"))
 8046     if (ParseToken(lltok::rparen, "expected ')' here"))
 8050   if (ParseToken(lltok::rparen, "expected ')' here"))
 8075   if (ParseToken(lltok::colon, "expected ':' here") ||
 8076       ParseToken(lltok::lparen, "expected '(' here") ||
 8078       ParseToken(lltok::comma, "expected ',' here") || ParseGVFlags(GVFlags) ||
 8079       ParseToken(lltok::comma, "expected ',' here") ||
 8080       ParseToken(lltok::kw_insts, "expected 'insts' here") ||
 8081       ParseToken(lltok::colon, "expected ':' here") || ParseUInt32(InstCount))
 8108   if (ParseToken(lltok::rparen, "expected ')' here"))
 8143   if (ParseToken(lltok::colon, "expected ':' here") ||
 8144       ParseToken(lltok::lparen, "expected '(' here") ||
 8146       ParseToken(lltok::comma, "expected ',' here") || ParseGVFlags(GVFlags) ||
 8147       ParseToken(lltok::comma, "expected ',' here") ||
 8167   if (ParseToken(lltok::rparen, "expected ')' here"))
 8195   if (ParseToken(lltok::colon, "expected ':' here") ||
 8196       ParseToken(lltok::lparen, "expected '(' here") ||
 8198       ParseToken(lltok::comma, "expected ',' here") || ParseGVFlags(GVFlags) ||
 8199       ParseToken(lltok::comma, "expected ',' here") ||
 8200       ParseToken(lltok::kw_aliasee, "expected 'aliasee' here") ||
 8201       ParseToken(lltok::colon, "expected ':' here"))
 8209   if (ParseToken(lltok::rparen, "expected ')' here"))
 8252   if (ParseToken(lltok::colon, "expected ':' in funcFlags") |
 8253       ParseToken(lltok::lparen, "expected '(' in funcFlags"))
 8261       if (ParseToken(lltok::colon, "expected ':'") || ParseFlag(Val))
 8267       if (ParseToken(lltok::colon, "expected ':'") || ParseFlag(Val))
 8273       if (ParseToken(lltok::colon, "expected ':'") || ParseFlag(Val))
 8279       if (ParseToken(lltok::colon, "expected ':'") || ParseFlag(Val))
 8285       if (ParseToken(lltok::colon, "expected ':'") || ParseFlag(Val))
 8294   if (ParseToken(lltok::rparen, "expected ')' in funcFlags"))
 8308   if (ParseToken(lltok::colon, "expected ':' in calls") |
 8309       ParseToken(lltok::lparen, "expected '(' in calls"))
 8316     if (ParseToken(lltok::lparen, "expected '(' in call") ||
 8317         ParseToken(lltok::kw_callee, "expected 'callee' in call") ||
 8318         ParseToken(lltok::colon, "expected ':'"))
 8331         if (ParseToken(lltok::colon, "expected ':'") || ParseHotness(Hotness))
 8334         if (ParseToken(lltok::kw_relbf, "expected relbf") ||
 8335             ParseToken(lltok::colon, "expected ':'") || ParseUInt32(RelBF))
 8346     if (ParseToken(lltok::rparen, "expected ')' in call"))
 8363   if (ParseToken(lltok::rparen, "expected ')' in calls"))
 8402   if (ParseToken(lltok::colon, "expected ':' in vTableFuncs") |
 8403       ParseToken(lltok::lparen, "expected '(' in vTableFuncs"))
 8410     if (ParseToken(lltok::lparen, "expected '(' in vTableFunc") ||
 8411         ParseToken(lltok::kw_virtFunc, "expected 'callee' in vTableFunc") ||
 8412         ParseToken(lltok::colon, "expected ':'"))
 8421     if (ParseToken(lltok::comma, "expected comma") ||
 8422         ParseToken(lltok::kw_offset, "expected offset") ||
 8423         ParseToken(lltok::colon, "expected ':'") || ParseUInt64(Offset))
 8433     if (ParseToken(lltok::rparen, "expected ')' in vTableFunc"))
 8450   if (ParseToken(lltok::rparen, "expected ')' in vTableFuncs"))
 8462   if (ParseToken(lltok::colon, "expected ':' in refs") |
 8463       ParseToken(lltok::lparen, "expected '(' in refs"))
 8510   if (ParseToken(lltok::rparen, "expected ')' in refs"))
 8525   if (ParseToken(lltok::colon, "expected ':' here") ||
 8526       ParseToken(lltok::lparen, "expected '(' in typeIdInfo"))
 8560   if (ParseToken(lltok::rparen, "expected ')' in typeIdInfo"))
 8573   if (ParseToken(lltok::colon, "expected ':' here") ||
 8574       ParseToken(lltok::lparen, "expected '(' in typeIdInfo"))
 8606   if (ParseToken(lltok::rparen, "expected ')' in typeIdInfo"))
 8619   if (ParseToken(lltok::colon, "expected ':' here") ||
 8620       ParseToken(lltok::lparen, "expected '(' here"))
 8631   if (ParseToken(lltok::rparen, "expected ')' here"))
 8658   if (ParseToken(lltok::colon, "expected ':' here") ||
 8659       ParseToken(lltok::lparen, "expected '(' here"))
 8670   if (ParseToken(lltok::rparen, "expected ')' here"))
 8693   if (ParseToken(lltok::lparen, "expected '(' here") ||
 8701   if (ParseToken(lltok::rparen, "expected ')' here"))
 8715   if (ParseToken(lltok::colon, "expected ':' here") ||
 8716       ParseToken(lltok::lparen, "expected '(' here"))
 8728   } else if (ParseToken(lltok::kw_guid, "expected 'guid' here") ||
 8729              ParseToken(lltok::colon, "expected ':' here") ||
 8733   if (ParseToken(lltok::comma, "expected ',' here") ||
 8734       ParseToken(lltok::kw_offset, "expected 'offset' here") ||
 8735       ParseToken(lltok::colon, "expected ':' here") ||
 8737       ParseToken(lltok::rparen, "expected ')' here"))
 8751   if (ParseToken(lltok::colon, "expected ':' here") ||
 8752       ParseToken(lltok::lparen, "expected '(' here"))
 8760       if (ParseToken(lltok::colon, "expected ':'"))
 8769       if (ParseToken(lltok::colon, "expected ':'") || ParseFlag(Flag))
 8775       if (ParseToken(lltok::colon, "expected ':'") || ParseFlag(Flag))
 8781       if (ParseToken(lltok::colon, "expected ':'") || ParseFlag(Flag))
 8787       if (ParseToken(lltok::colon, "expected ':'") || ParseFlag(Flag))
 8796   if (ParseToken(lltok::rparen, "expected ')' here"))
 8809   if (ParseToken(lltok::colon, "expected ':' here") ||
 8810       ParseToken(lltok::lparen, "expected '(' here"))
 8815     if (ParseToken(lltok::colon, "expected ':'"))
 8837   return ParseToken(lltok::rparen, "expected ')' here");
 8844   if (ParseToken(lltok::kw_module, "expected 'module' here") ||
 8845       ParseToken(lltok::colon, "expected ':' here") ||
 8846       ParseToken(lltok::SummaryID, "expected module ID"))
 8863   if (ParseToken(lltok::SummaryID, "expected GV ID"))