Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4296 if (const auto *OMethod = dyn_cast<ObjCMethodDecl>(D)) { in getOrCreateFunctionType() local
4301 QualType ResultTy = OMethod->getReturnType(); in getOrCreateFunctionType()
4306 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()
4311 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType()
4323 for (const auto *PI : OMethod->parameters()) in getOrCreateFunctionType()
4326 if (OMethod->isVariadic()) in getOrCreateFunctionType()