Searched defs:setEndLoc (Results 1 – 9 of 9) sorted by relevance
213 void setEndLoc(SourceLocation EndLoc) { ClauseRange.setEnd(EndLoc); } in setEndLoc() function
83 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
67 void setEndLoc(SourceLocation Loc) { LocEnd = Loc; } in setEndLoc() function in __anon610d26880111::SourceMappingRegion
471 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function1771 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
71 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
82 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
1578 void setEndLoc(TSourceLoc loc) { endLoc = loc; } in setEndLoc() function