Searched refs:matchesExpr (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 29 milliseconds