• Home
  • Raw
  • Download

Lines Matching refs:getLoc

296   LocTy TypeLoc = Lex.getLoc();  in ParseUnnamedType()
327 LocTy NameLoc = Lex.getLoc(); in ParseNamedType()
395 LocTy NameLoc = Lex.getLoc(); in ParseUnnamedGlobal()
400 return Error(Lex.getLoc(), "variable expected to be numbered '%" + in ParseUnnamedGlobal()
424 LocTy NameLoc = Lex.getLoc(); in ParseNamedGlobal()
476 ForwardRefMDNodes[MID] = std::make_pair(FwdNode, Lex.getLoc()); in ParseMDNodeID()
571 LocTy LinkageLoc = Lex.getLoc(); in ParseAlias()
586 LocTy AliaseeLoc = Lex.getLoc(); in ParseAlias()
881 LocTy AttrLoc = Lex.getLoc(); in ParseOptionalAttrs()
1073 SMLoc Loc = Lex.getLoc(); in ParseInstructionMetadata()
1114 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalAlignment()
1140 return Error(Lex.getLoc(), "expected metadata or 'align'"); in ParseOptionalCommaAlign()
1155 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment()
1158 LocTy AlignLoc = Lex.getLoc(); in ParseOptionalStackAlignment()
1160 ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment()
1203 SMLoc TypeLoc = Lex.getLoc(); in ParseType()
1241 Entry.second = Lex.getLoc(); in ParseType()
1258 Entry.second = Lex.getLoc(); in ParseType()
1371 LocTy TypeLoc = Lex.getLoc(); in ParseArgumentList()
1400 TypeLoc = Lex.getLoc(); in ParseArgumentList()
1534 LocTy EltTyLoc = Lex.getLoc(); in ParseStructBody()
1543 EltTyLoc = Lex.getLoc(); in ParseStructBody()
1565 LocTy SizeLoc = Lex.getLoc(); in ParseArrayVectorType()
1572 LocTy TypeLoc = Lex.getLoc(); in ParseArrayVectorType()
1864 ID.Loc = Lex.getLoc(); in ParseValID()
1926 LocTy FirstEltLoc = Lex.getLoc(); in ParseValID()
1963 LocTy FirstEltLoc = Lex.getLoc(); in ParseValID()
2169 LocTy ModifierLoc = Lex.getLoc(); in ParseValID()
2546 Loc = Lex.getLoc(); in ParseTypeAndBasicBlock()
2561 LocTy LinkageLoc = Lex.getLoc(); in ParseFunctionHeader()
2567 LocTy RetTypeLoc = Lex.getLoc(); in ParseFunctionHeader()
2606 LocTy NameLoc = Lex.getLoc(); in ParseFunctionHeader()
2780 LocTy NameLoc = Lex.getLoc(); in ParseBasicBlock()
2797 LocTy NameLoc = Lex.getLoc(); in ParseBasicBlock()
2853 LocTy Loc = Lex.getLoc(); in ParseInstruction()
2995 SMLoc TypeLoc = Lex.getLoc(); in ParseRet()
3141 LocTy CallLoc = Lex.getLoc(); in ParseInvoke()
3487 LocTy CallLoc = Lex.getLoc(); in ParseCall()