Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3374 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList() local
3378 PrevObjCMethod->setDefined(true); in addMethodToGlobalList()
3390 if (!PrevObjCMethod->isDeprecated()) in addMethodToGlobalList()
3396 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()