Searched refs:getCurrentScope (Results 1 – 2 of 2) sorted by relevance
1517 getCurrentScope()->setCurrentStmt(DS); in VisitDeclStmt()1532 getCurrentScope()->addRSObject(VD); in VisitDeclStmt()1604 getCurrentScope()->InsertStmt(mCtx, DS); in VisitCallExpr()1625 getCurrentScope()->ReplaceExpr(mCtx, CE, CastExpr); in VisitCallExpr()1628 getCurrentScope()->addRSObject(TempVarDecl); in VisitCallExpr()1633 getCurrentScope()->setCurrentStmt(CS); in VisitCompoundStmt()1652 getCurrentScope()->setCurrentStmt(AS); in VisitBinAssign()1656 getCurrentScope()->ReplaceRSObjectAssignment(AS); in VisitBinAssign()1683 getCurrentScope()->setCurrentStmt(RS); in VisitReturnStmt()1718 getCurrentScope()->ReplaceStmt(mCtx, NewRS); in VisitReturnStmt()[all …]
119 inline Scope *getCurrentScope() { in getCurrentScope() function