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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1464 clang::VarDecl* TempVarDecl = clang::VarDecl::Create( local
1474 TempVarDecl->setInit(CE);
1475 clang::Decl* Decls[] = { TempVarDecl };
1486 TempVarDecl,
1503 // Register TempVarDecl for destruction call (rsClearObj).
1504 getCurrentScope()->addRSObject(TempVarDecl);

Completed in 237 milliseconds