Searched refs:OMethod (Results 1 – 1 of 1) sorted by relevance
2518 if (const ObjCMethodDecl *OMethod = dyn_cast<ObjCMethodDecl>(D)) { in getOrCreateFunctionType() local2523 QualType ResultTy = OMethod->getReturnType(); in getOrCreateFunctionType()2528 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()2532 QualType SelfDeclTy = OMethod->getSelfDecl()->getType(); in getOrCreateFunctionType()2536 llvm::DIType CmdTy = getOrCreateType(OMethod->getCmdDecl()->getType(), F); in getOrCreateFunctionType()2539 for (const auto *PI : OMethod->params()) in getOrCreateFunctionType()2542 if (OMethod->isVariadic()) in getOrCreateFunctionType()