Searched refs:setGotoLoc (Results 1 – 2 of 2) sorted by relevance
2656 setGotoLoc(GL); in GotoStmt()2666 void setGotoLoc(SourceLocation L) { GotoStmtBits.GotoLoc = L; } in setGotoLoc() function2696 setGotoLoc(gotoLoc); in IndirectGotoStmt()2703 void setGotoLoc(SourceLocation L) { GotoStmtBits.GotoLoc = L; } in setGotoLoc() function
313 S->setGotoLoc(readSourceLocation()); in VisitGotoStmt()319 S->setGotoLoc(readSourceLocation()); in VisitIndirectGotoStmt()