Go to the source code of this file.
|
const CGFunctionInfo & | clang::CodeGen::arrangeObjCMessageSendSignature (CodeGenModule &CGM, const ObjCMethodDecl *MD, QualType receiverType) |
|
const CGFunctionInfo & | clang::CodeGen::arrangeFreeFunctionType (CodeGenModule &CGM, CanQual< FunctionProtoType > Ty, const FunctionDecl *FD) |
|
const CGFunctionInfo & | clang::CodeGen::arrangeFreeFunctionType (CodeGenModule &CGM, CanQual< FunctionNoProtoType > Ty) |
|
const CGFunctionInfo & | clang::CodeGen::arrangeCXXMethodType (CodeGenModule &CGM, const CXXRecordDecl *RD, const FunctionProtoType *FTP, const CXXMethodDecl *MD) |
|
const CGFunctionInfo & | clang::CodeGen::arrangeFreeFunctionCall (CodeGenModule &CGM, CanQualType returnType, ArrayRef< CanQualType > argTypes, FunctionType::ExtInfo info, RequiredArgs args) |
|
llvm::FunctionType * | clang::CodeGen::convertFreeFunctionType (CodeGenModule &CGM, const FunctionDecl *FD) |
| Returns null if the function type is incomplete and can't be lowered. More...
|
|
llvm::Type * | clang::CodeGen::convertTypeForMemory (CodeGenModule &CGM, QualType T) |
|
unsigned | clang::CodeGen::getLLVMFieldNumber (CodeGenModule &CGM, const RecordDecl *RD, const FieldDecl *FD) |
| Given a non-bitfield struct field, return its index within the elements of the struct's converted type. More...
|
|