Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp403 void GetBlockDeclRefExprs(Stmt *S);
3651 void RewriteObjC::GetBlockDeclRefExprs(Stmt *S) { in GetBlockDeclRefExprs() function in RewriteObjC
3655 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs()
3657 GetBlockDeclRefExprs(SubStmt); in GetBlockDeclRefExprs()
4320 GetBlockDeclRefExprs(Exp->getBody()); in CollectBlockDeclRefInfo()
HDRewriteModernObjC.cpp492 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()
5164 GetBlockDeclRefExprs(Exp->getBody()); in CollectBlockDeclRefInfo()