Searched defs:setEndLoc (Results 1 – 3 of 3) sorted by relevance
143 void setEndLoc(SourceLocation Loc) { in setEndLoc() function in __anon8c3eb65b0211::SourceMappingRegion
1315 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function3222 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
72 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function