Home
last modified time | relevance | path

Searched defs:MethList (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3273 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in CollectMultipleMethodsInGlobalPool() local
3288 ObjCMethodList &MethList = in AreMultipleMethodsInGlobalPool() local
3315 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in LookupMethodInGlobalPool() local
DSemaCodeComplete.cpp5625 for (ObjCMethodList *MethList = &M->second.second; in AddClassMessageCompletions() local
5798 for (ObjCMethodList *MethList = &M->second.first; in CodeCompleteObjCInstanceMessage() local
7227 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first : in CodeCompleteObjCMethodDeclSelector() local
DSemaExprObjC.cpp1105 ObjCMethodList &MethList) { in HelperToDiagnoseMismatchedMethodsInGlobalPool()