Searched defs:DRE (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_context.cpp371 clang::DeclRefExpr *const DRE = clang::DeclRefExpr::Create(mCtx, member in class:slang::clang
377 clang::CK_FunctionToPointerDecay, DRE,
H A Dslang_rs_foreach_lowering.cpp60 clang::DeclRefExpr* DRE = local
63 if (DRE == nullptr) {
68 clang::dyn_cast<clang::FunctionDecl>(DRE->getDecl());
H A Dslang_rs_object_ref_count.cpp1373 clang::DeclRefExpr* DRE = clang::DeclRefExpr::Create( local
1383 clang::Stmt* SetRetTempVar = CreateSingleRSSetObject(C, DRE, RetVal, Loc, Loc);
1392 DRE,
1482 clang::DeclRefExpr* DRE = clang::DeclRefExpr::Create( local
1496 DRE,

Completed in 3333 milliseconds