Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp403 void GetBlockDeclRefExprs(Stmt *S);
3645 void RewriteObjC::GetBlockDeclRefExprs(Stmt *S) { in GetBlockDeclRefExprs() function in RewriteObjC
3649 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs()
3651 GetBlockDeclRefExprs(SubStmt); in GetBlockDeclRefExprs()
4317 GetBlockDeclRefExprs(Exp->getBody()); in CollectBlockDeclRefInfo()
DRewriteModernObjC.cpp492 void GetBlockDeclRefExprs(Stmt *S);
4467 void RewriteModernObjC::GetBlockDeclRefExprs(Stmt *S) { in GetBlockDeclRefExprs() function in RewriteModernObjC
4471 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs()
4473 GetBlockDeclRefExprs(SubStmt); in GetBlockDeclRefExprs()
5173 GetBlockDeclRefExprs(Exp->getBody()); in CollectBlockDeclRefInfo()