Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.h224 const CGFunctionInfo &arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD);
DCGObjCMac.cpp4010 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
4045 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateDirectMethod()
DCGObjC.cpp759 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD); in StartObjCMethod()
DCGObjCGNU.cpp3869 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
DCGCall.cpp459 CodeGenTypes::arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD) { in arrangeObjCMethodDeclaration() function in CodeGenTypes
/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()