Home
last modified time | relevance | path

Searched refs:getCurrentScope (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h84 inline Scope *getCurrentScope() { in getCurrentScope() function
Dslang_rs_object_ref_count.cpp1471 getCurrentScope()->AppendRSObjectInit(VD, DS, DT, InitExpr); in VisitDeclStmt()
1476 getCurrentScope()->addRSObject(VD); in VisitDeclStmt()
1493 slangAssert((getCurrentScope() == S) && "Corrupted scope stack!"); in VisitCompoundStmt()
1505 getCurrentScope()->ReplaceRSObjectAssignment(AS); in VisitBinAssign()