Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3327 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList() local
3331 PrevObjCMethod->setDefined(true); in addMethodToGlobalList()
3343 if (!PrevObjCMethod->isDeprecated()) in addMethodToGlobalList()
3349 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()