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