Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2812 if (const ObjCMethodDecl *OMethod = dyn_cast<ObjCMethodDecl>(D)) { in getOrCreateFunctionType() local
2817 QualType ResultTy = OMethod->getReturnType(); in getOrCreateFunctionType()
2822 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()
2827 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType()
2838 for (const auto *PI : OMethod->parameters()) in getOrCreateFunctionType()
2841 if (OMethod->isVariadic()) in getOrCreateFunctionType()