ΒΆllvm::FunctionType* convertFreeFunctionType(
clang::CodeGen::CodeGenModule& CGM,
const clang::FunctionDecl* FD)
llvm::FunctionType* convertFreeFunctionType(
clang::CodeGen::CodeGenModule& CGM,
const clang::FunctionDecl* FD)
Description
Returns null if the function type is incomplete and can't be lowered.
Declared at: clang/include/clang/CodeGen/CodeGenABITypes.h:95
Parameters
- clang::CodeGen::CodeGenModule& CGM
- const clang::FunctionDecl* FD