Searched defs:setEndLoc (Results 1 – 3 of 3) sorted by relevance
67 void setEndLoc(SourceLocation Loc) { LocEnd = Loc; } in setEndLoc() function in __anon1aa876fb0111::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