reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenTypes.h
  224   const CGFunctionInfo &arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD);

References

tools/clang/lib/CodeGen/CGObjC.cpp
  685   const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD);
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 3864     Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD));
tools/clang/lib/CodeGen/CGObjCMac.cpp
 3978     Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD));