Searched refs:getCurrentScope (Results 1 – 2 of 2) sorted by relevance
1517 getCurrentScope()->setCurrentStmt(DS); in VisitDeclStmt()1528 getCurrentScope()->AppendRSObjectInit(VD, DS, DT, InitExpr); 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()1644 slangAssert((getCurrentScope() == S) && "Corrupted scope stack!"); in VisitCompoundStmt()1652 getCurrentScope()->setCurrentStmt(AS); in VisitBinAssign()1656 getCurrentScope()->ReplaceRSObjectAssignment(AS); in VisitBinAssign()[all …]
119 inline Scope *getCurrentScope() { in getCurrentScope() function