Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3367 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList() local
3371 PrevObjCMethod->setDefined(true); in addMethodToGlobalList()
3383 if (!PrevObjCMethod->isDeprecated()) in addMethodToGlobalList()
3389 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()