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

/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp95 if (matchesExpr(VD->getInit())) {
111 if (matchesExpr(DS->getCond())) {
123 } else if (matchesExpr(FS->getCond())) {
125 } else if (matchesExpr(FS->getInc())) {
135 if (matchesExpr(IS->getCond())) {
152 if (matchesExpr(SS->getCond())) {
160 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 79 milliseconds