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.h 40 clang::Expr *mNewExpr;
45 slangAssert(mNewExpr &&
65 mNewExpr(NULL) {
slang_rs_ast_replace.cpp 37 mNewExpr = llvm::dyn_cast<clang::Expr>(NewStmt);
100 DS->setCond(mNewExpr);
112 FS->setCond(mNewExpr);
114 FS->setInc(mNewExpr);
124 IS->setCond(mNewExpr);
141 SS->setCond(mNewExpr);
149 WS->setCond(mNewExpr);

Completed in 147 milliseconds