Searched refs:TempVarDecl (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1587 clang::VarDecl* TempVarDecl = clang::VarDecl::Create( local
1597 TempVarDecl->setInit(CE);
1598 TempVarDecl->markUsed(mCtx);
1599 clang::Decl* Decls[] = { TempVarDecl };
1610 TempVarDecl,
1627 // Register TempVarDecl for destruction call (rsClearObj).
1628 getCurrentScope()->addRSObject(TempVarDecl);

Completed in 35 milliseconds