Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp403 void GetBlockDeclRefExprs(Stmt *S);
3646 void RewriteObjC::GetBlockDeclRefExprs(Stmt *S) { in GetBlockDeclRefExprs() function in RewriteObjC
3650 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs()
3652 GetBlockDeclRefExprs(SubStmt); in GetBlockDeclRefExprs()
4314 GetBlockDeclRefExprs(Exp->getBody()); in CollectBlockDeclRefInfo()
H A DRewriteModernObjC.cpp493 void GetBlockDeclRefExprs(Stmt *S);
4460 void RewriteModernObjC::GetBlockDeclRefExprs(Stmt *S) { in GetBlockDeclRefExprs() function in RewriteModernObjC
4464 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs()
4466 GetBlockDeclRefExprs(SubStmt); in GetBlockDeclRefExprs()
5161 GetBlockDeclRefExprs(Exp->getBody()); in CollectBlockDeclRefInfo()