Home
last modified time | relevance | path

Searched refs:SynthesizeBlockCall (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3719 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3729 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3736 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3738 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4740 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp476 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
4551 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteModernObjC
4561 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
4568 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
4570 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
5637 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3731 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3741 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3748 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3750 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4752 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp476 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
4562 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteModernObjC
4572 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
4579 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
4581 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
5648 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3731 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3741 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3748 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3750 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4752 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp476 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
4562 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteModernObjC
4572 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
4579 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
4581 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
5648 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3726 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3736 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3743 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3745 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4746 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp476 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
4556 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteModernObjC
4566 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
4573 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
4575 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
5641 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3726 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3736 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3743 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3745 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4746 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp476 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
4556 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteModernObjC
4566 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
4573 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
4575 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
5641 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3724 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3734 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3741 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3743 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4741 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp476 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
4554 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteModernObjC
4564 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
4571 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
4573 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
5637 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3724 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3734 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3741 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3743 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4741 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp476 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
4554 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteModernObjC
4564 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
4571 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
4573 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
5637 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3719 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3729 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3736 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3738 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4740 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp476 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
4551 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteModernObjC
4561 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
4568 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
4570 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
5637 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3719 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3729 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3736 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3738 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4740 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
H A DRewriteModernObjC.cpp476 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
4551 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteModernObjC
4561 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
4568 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
4570 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
5637 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3717 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3727 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3734 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3736 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4734 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3719 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3729 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3736 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3738 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4740 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3731 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3741 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3748 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3750 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4752 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3719 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3729 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3736 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3738 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4740 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp387 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3718 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3728 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3735 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3737 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4737 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp387 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3719 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3729 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3736 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3738 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4743 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);
3719 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC
3729 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
3736 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
3738 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
4740 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()

12