Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4633 SmallVector<Expr*, 8> BlkExprs; in SynthesizeBlockCall() local
4635 BlkExprs.push_back(BlkCast); in SynthesizeBlockCall()
4639 BlkExprs.push_back(*I); in SynthesizeBlockCall()
4642 CallExpr::Create(*Context, PE, BlkExprs, Exp->getType(), VK_PRValue, in SynthesizeBlockCall()