Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h286 const CGFunctionInfo &arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD);
H A DCGObjC.cpp624 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD); in StartObjCMethod()
H A DCGObjCGNU.cpp3762 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
H A DCGCall.cpp461 CodeGenTypes::arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD) { in arrangeObjCMethodDeclaration() function in CodeGenTypes
H A DCGObjCMac.cpp3917 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()