Home | History | Annotate | Download | only in AST

Lines Matching defs:EndLoc

1491   SourceLocation EndLoc = getMemberNameInfo().getEndLoc();
1493 EndLoc = getRAngleLoc();
1494 else if (EndLoc.isInvalid())
1495 EndLoc = getBase()->getLocEnd();
1496 return EndLoc;