Lines Matching defs:ToBeginLoc
2825 auto ToBeginLoc = importChecked(Err, D->getBeginLoc());
2835 ToTypedef, D, Importer.getToContext(), DC, ToBeginLoc, Loc,
2839 ToTypedef, D, Importer.getToContext(), DC, ToBeginLoc, Loc,
3036 auto ToBeginLoc = importChecked(Err, D->getBeginLoc());
3046 D2, D, Importer.getToContext(), DC, ToBeginLoc,
5898 auto ToBeginLoc = importChecked(Err, D->getBeginLoc());
5906 ToBeginLoc,
6896 auto ToBeginLoc = importChecked(Err, S->getBeginLoc());
6900 return new (Importer.getToContext()) DeclStmt(ToDG, ToBeginLoc, ToEndLoc);
7397 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
7409 Importer.getToContext(), ToSubExprs, ToType, ToBeginLoc, ToRParenLoc);
7480 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
7486 return PredefinedExpr::Create(Importer.getToContext(), ToBeginLoc, ToType,
7876 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
7886 ToBeginLoc, E->getTrait(), ToQueriedTypeSourceInfo, E->getValue(),
7892 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
7900 ToBeginLoc, E->getTrait(), ToQueriedExpression, E->getValue(),
8057 SourceLocation ToBeginLoc, ToEndLoc;
8061 ToBeginLoc = importChecked(Err, FromNode.getBeginLoc());
8070 OffsetOfNode(ToBeginLoc, FromNode.getArrayExprIndex(), ToEndLoc));
8083 ToNodes.push_back(OffsetOfNode(ToBeginLoc, *ToFieldOrErr, ToEndLoc));
8088 ToNodes.push_back(OffsetOfNode(ToBeginLoc, ToII, ToEndLoc));
8119 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
8131 ToType, ToOperand, ToCanThrow, ToBeginLoc, ToEndLoc);
8351 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
8358 ToBeginLoc);
8952 auto ToBeginLoc = importChecked(Err, E->getBeginLoc());
8966 Importer.getToContext(), ToType, ToBeginLoc, E->getTrait(), ToArgs,