Searched refs:setGotoLoc (Results 1 – 2 of 2) sorted by relevance
2583 setGotoLoc(GL); in GotoStmt()2593 void setGotoLoc(SourceLocation L) { GotoStmtBits.GotoLoc = L; } in setGotoLoc() function2623 setGotoLoc(gotoLoc); in IndirectGotoStmt()2630 void setGotoLoc(SourceLocation L) { GotoStmtBits.GotoLoc = L; } in setGotoLoc() function
308 S->setGotoLoc(readSourceLocation()); in VisitGotoStmt()314 S->setGotoLoc(readSourceLocation()); in VisitIndirectGotoStmt()