Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTypes.h235 const CGFunctionInfo &arrangeBlockFunctionCall(const CallArgList &args,
HDCGBlocks.cpp1304 CGM.getTypes().arrangeBlockFunctionCall(Args, FuncTy); in EmitBlockCallExpr()
HDCGCall.cpp621 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args, in arrangeBlockFunctionCall() function in CodeGenTypes