Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp99 if (matchesExpr(DS->getCond())) { in VisitDoStmt()
111 } else if (matchesExpr(FS->getCond())) { in VisitForStmt()
113 } else if (matchesExpr(FS->getInc())) { in VisitForStmt()
123 if (matchesExpr(IS->getCond())) { in VisitIfStmt()
140 if (matchesExpr(SS->getCond())) { in VisitSwitchStmt()
148 if (matchesExpr(WS->getCond())) { in VisitWhileStmt()
Dslang_rs_ast_replace.h42 inline bool matchesExpr(const clang::Expr *E) const { in matchesExpr() function