Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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.cpp492 void GetBlockDeclRefExprs(Stmt *S);
4457 void RewriteModernObjC::GetBlockDeclRefExprs(Stmt *S) { in InsertBlockLiteralsWithinMethod()
4461 GetBlockDeclRefExprs(CBE->getBody()); in GetBlockDeclRefExprs()
4463 GetBlockDeclRefExprs(SubStmt); in GetBlockDeclRefExprs()
5158 GetBlockDeclRefExprs(Exp->getBody()); in CollectBlockDeclRefInfo()
4459 void RewriteModernObjC::GetBlockDeclRefExprs(Stmt *S) { GetBlockDeclRefExprs() function in RewriteModernObjC