Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3183 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList() local
3187 PrevObjCMethod->setDefined(true); in addMethodToGlobalList()
3199 if (!PrevObjCMethod->isDeprecated()) in addMethodToGlobalList()
3205 if (PrevObjCMethod->getAvailability() < AR_Deprecated) in addMethodToGlobalList()