HomeSort by relevance Sort by last modified time
    Searched refs:mNewExpr (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 37 mNewExpr = llvm::dyn_cast<clang::Expr>(NewStmt);
96 VD->setInit(mNewExpr);
112 DS->setCond(mNewExpr);
124 FS->setCond(mNewExpr);
126 FS->setInc(mNewExpr);
136 IS->setCond(mNewExpr);
153 SS->setCond(mNewExpr);
161 WS->setCond(mNewExpr);
slang_rs_ast_replace.h 40 clang::Expr *mNewExpr;
45 slangAssert(mNewExpr &&
65 mNewExpr(nullptr) {

Completed in 76 milliseconds