Lines Matching defs:DeclEndLoc
1251 SourceLocation &DeclEndLoc) {
1256 // Consume constexpr-opt mutable-opt in any sequence, and set the DeclEndLoc
1260 auto ConsumeLocation = [&P, &DeclEndLoc](SourceLocation &SpecifierLoc,
1269 DeclEndLoc = SpecifierLoc;
1465 SourceLocation DeclEndLoc;
1498 DeclEndLoc = RParenLoc = T.getCloseLocation();
1525 // the DeclEndLoc.
1531 ConstevalLoc, DeclEndLoc);
1559 DeclEndLoc = ESpecRange.getEnd();
1563 DeclEndLoc = Attributes.Range.getEnd();
1572 SourceLocation FunLocalRangeEnd = DeclEndLoc;
1582 DeclEndLoc = Range.getEnd();
1598 std::move(Attributes), DeclEndLoc);