Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h227 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args,
H A DCGBlocks.cpp1207 CGM.getTypes().arrangeBlockFunctionCall(Args, FuncTy); in EmitBlockCallExpr()
H A DCGCall.cpp639 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall() function in CodeGenTypes