Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.h285 const CGFunctionInfo &arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD);
DCGObjC.cpp528 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD); in StartObjCMethod()
DCGObjCGNU.cpp2633 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
DCGCall.cpp405 CodeGenTypes::arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD) { in arrangeObjCMethodDeclaration() function in CodeGenTypes
DCGObjCMac.cpp3625 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()