Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp117 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionNoProtoType> FTNP) { in arrangeFreeFunctionType() argument
120 return arrangeLLVMFunctionInfo(FTNP->getReturnType().getUnqualifiedType(), in arrangeFreeFunctionType()
122 FTNP->getExtInfo(), {}, RequiredArgs(0)); in arrangeFreeFunctionType()