Home
last modified time | relevance | path

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

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