Searched defs:setEndLoc (Results 1 – 2 of 2) sorted by relevance
471 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function1701 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
74 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function