Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenTypes.h221 const CGFunctionInfo &arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD);
DCGObjCMac.cpp3972 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
4007 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateDirectMethod()
DCGObjC.cpp762 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD); in StartObjCMethod()
DCGObjCGNU.cpp3957 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
DCGCall.cpp475 CodeGenTypes::arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD) { in arrangeObjCMethodDeclaration() function in CodeGenTypes