Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp1363 clang::VarDecl* TmpDecl = clang::VarDecl::Create( in CreateGuard() local
1377 TmpDecl->setInit(ZeroInitializer); in CreateGuard()
1378 TmpDecl->markUsed(C); in CreateGuard()
1379 clang::Decl* Decls[] = { TmpDecl }; in CreateGuard()
1389 TmpDecl, in CreateGuard()