Searched refs:setReturnLoc (Results 1 – 5 of 5) sorted by relevance
1173 setReturnLoc(RL); in ReturnStmt()
1386 void setReturnLoc(SourceLocation L) { RetLoc = L; } in setReturnLoc() function
2784 void setReturnLoc(SourceLocation L) { ReturnStmtBits.RetLoc = L; } in setReturnLoc() function
336 S->setReturnLoc(readSourceLocation()); in VisitReturnStmt()
280 S->setReturnLoc(ReadSourceLocation(Record, Idx)); in VisitReturnStmt()