Home | History | Annotate | Download | only in AST

Lines Matching refs:EndLoc

24                                         SourceLocation EndLoc) {
28 if (EndLoc.isInvalid())
32 return EndLoc.getLocWithOffset(-Len);
73 SourceLocation EndLoc) {
78 Args, EndLoc))
87 Args, EndLoc))
100 SourceLocation EndLoc) {
101 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
108 SourceLocation EndLoc) {
110 getArgLoc(Index, Args), EndLoc);
117 SourceLocation EndLoc) {
118 return hasStandardSelLocs(Sel, SelLocs, Args, EndLoc);
125 SourceLocation EndLoc) {
127 getArgLoc(Index, Args), EndLoc);