Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp403 void GetBlockDeclRefExprs(Stmt *S);
3658 void RewriteObjC::GetBlockDeclRefExprs(Stmt *S) { in GetBlockDeclRefExprs() function in RewriteObjC
3662 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs()
3664 GetBlockDeclRefExprs(SubStmt); in GetBlockDeclRefExprs()
4328 GetBlockDeclRefExprs(Exp->getBody()); in CollectBlockDeclRefInfo()
H A DRewriteModernObjC.cpp492 void GetBlockDeclRefExprs(Stmt *S);
4470 void RewriteModernObjC::GetBlockDeclRefExprs(Stmt *S) { in GetBlockDeclRefExprs() function in RewriteModernObjC
4474 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs()
4476 GetBlockDeclRefExprs(SubStmt); in GetBlockDeclRefExprs()
5173 GetBlockDeclRefExprs(Exp->getBody()); in CollectBlockDeclRefInfo()