Searched defs:setEndLoc (Results 1 – 3 of 3) sorted by relevance
76 void setEndLoc(SourceLocation Loc) { LocEnd = Loc; } in setEndLoc() function in __anon229160920111::SourceMappingRegion
472 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function1751 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
75 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function