Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp404 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()
4316 GetBlockDeclRefExprs(Exp->getBody()); in CollectBlockDeclRefInfo()
H A DRewriteModernObjC.cpp493 void GetBlockDeclRefExprs(Stmt *S);
4462 void RewriteModernObjC::GetBlockDeclRefExprs(Stmt *S) { in GetBlockDeclRefExprs() function in RewriteModernObjC
4466 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs()
4468 GetBlockDeclRefExprs(SubStmt); in GetBlockDeclRefExprs()
5167 GetBlockDeclRefExprs(Exp->getBody()); in CollectBlockDeclRefInfo()