Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.h231 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args,
H A DCGBlocks.cpp1236 CGM.getTypes().arrangeBlockFunctionCall(Args, FuncTy); in EmitBlockCallExpr()
H A DCGCall.cpp634 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall() function in CodeGenTypes