Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h224 const CGFunctionInfo &arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD);
H A DCGObjCMac.cpp4032 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
4067 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateDirectMethod()
H A DCGObjC.cpp760 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD); in StartObjCMethod()
H A DCGObjCGNU.cpp3873 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
H A DCGCall.cpp461 CodeGenTypes::arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD) { in arrangeObjCMethodDeclaration() function in CodeGenTypes