HomeSort by: relevance | last modified time | path
    Searched refs:arrangeObjCMethodDeclaration (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.h 224 const CGFunctionInfo &arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD);
CGObjC.cpp 760 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD);
CGObjCMac.cpp 4032 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD));
4067 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD));
CGObjCGNU.cpp 3873 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD));
CGCall.cpp 461 CodeGenTypes::arrangeObjCMethodDeclaration(const ObjCMethodDecl *MD) {

Completed in 34 milliseconds