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

  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 50 if (matchesStmt(*bI)) {
70 if (!matchesStmt(Child)) {
83 if (matchesStmt(CS->getSubStmt())) {
103 if (matchesStmt(DS->getSubStmt())) {
113 } else if (matchesStmt(DS->getBody())) {
121 if (matchesStmt(FS->getInit())) {
127 } else if (matchesStmt(FS->getBody())) {
137 } else if (matchesStmt(IS->getThen())) {
139 } else if (matchesStmt(IS->getElse())) {
162 } else if (matchesStmt(WS->getBody()))
    [all...]
slang_rs_ast_replace.h 51 inline bool matchesStmt(const clang::Stmt *S) const {

Completed in 185 milliseconds