Home
last modified time | relevance | path

Searched refs:OMethod (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp3740 if (const auto *OMethod = dyn_cast<ObjCMethodDecl>(D)) { in getOrCreateFunctionType() local
3745 QualType ResultTy = OMethod->getReturnType(); in getOrCreateFunctionType()
3750 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()
3755 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType()
3767 for (const auto *PI : OMethod->parameters()) in getOrCreateFunctionType()
3770 if (OMethod->isVariadic()) in getOrCreateFunctionType()