Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2239 ObjCMethodDecl *PrevObjCMethod = List->Method; in addMethodToGlobalList() local
2243 PrevObjCMethod->setDefined(true); in addMethodToGlobalList()
2248 if (!PrevObjCMethod->isDeprecated()) in addMethodToGlobalList()
2254 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()