Searched refs:arrangeObjCMethodDeclaration (Results 1 – 5 of 5) sorted by relevance
220 const CGFunctionInfo &arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD);
3967 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()4002 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateDirectMethod()
761 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD); in StartObjCMethod()
3958 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
471 CodeGenTypes::arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD) { in arrangeObjCMethodDeclaration() function in CodeGenTypes