Lines Matching defs:ToBeginLoc
2769 auto ToBeginLoc = importChecked(Err, D->getBeginLoc());
2779 ToTypedef, D, Importer.getToContext(), DC, ToBeginLoc, Loc,
2783 ToTypedef, D, Importer.getToContext(), DC, ToBeginLoc, Loc,
2980 auto ToBeginLoc = importChecked(Err, D->getBeginLoc());
2990 D2, D, Importer.getToContext(), DC, ToBeginLoc,
5837 auto ToBeginLoc = importChecked(Err, D->getBeginLoc());
5845 ToBeginLoc,
6829 auto ToBeginLoc = importChecked(Err, S->getBeginLoc());
6833 return new (Importer.getToContext()) DeclStmt(ToDG, ToBeginLoc, ToEndLoc);
7330 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
7342 Importer.getToContext(), ToSubExprs, ToType, ToBeginLoc, ToRParenLoc);
7413 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
7419 return PredefinedExpr::Create(Importer.getToContext(), ToBeginLoc, ToType,
7809 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
7819 ToBeginLoc, E->getTrait(), ToQueriedTypeSourceInfo, E->getValue(),
7825 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
7833 ToBeginLoc, E->getTrait(), ToQueriedExpression, E->getValue(),
7990 SourceLocation ToBeginLoc, ToEndLoc;
7994 ToBeginLoc = importChecked(Err, FromNode.getBeginLoc());
8003 OffsetOfNode(ToBeginLoc, FromNode.getArrayExprIndex(), ToEndLoc));
8016 ToNodes.push_back(OffsetOfNode(ToBeginLoc, *ToFieldOrErr, ToEndLoc));
8021 ToNodes.push_back(OffsetOfNode(ToBeginLoc, ToII, ToEndLoc));
8052 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
8064 ToType, ToOperand, ToCanThrow, ToBeginLoc, ToEndLoc);
8284 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
8291 ToBeginLoc);
8885 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
8899 Importer.getToContext(), ToType, ToBeginLoc, E->getTrait(), ToArgs,