Lines Matching defs:DeclEndLoc
1238 SourceLocation &DeclEndLoc) {
1243 // Consume constexpr-opt mutable-opt in any sequence, and set the DeclEndLoc
1247 auto ConsumeLocation = [&P, &DeclEndLoc](SourceLocation &SpecifierLoc,
1256 DeclEndLoc = SpecifierLoc;
1448 SourceLocation DeclEndLoc;
1481 DeclEndLoc = RParenLoc = T.getCloseLocation();
1508 // the DeclEndLoc.
1514 ConstevalLoc, DeclEndLoc);
1542 DeclEndLoc = ESpecRange.getEnd();
1546 DeclEndLoc = Attributes.Range.getEnd();
1555 SourceLocation FunLocalRangeEnd = DeclEndLoc;
1565 DeclEndLoc = Range.getEnd();
1582 std::move(Attributes), DeclEndLoc);