Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp3242 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in CollectMultipleMethodsInGlobalPool() local
3257 ObjCMethodList &MethList = in AreMultipleMethodsInGlobalPool() local
3284 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in LookupMethodInGlobalPool() local
HDSemaCodeComplete.cpp5624 for (ObjCMethodList *MethList = &M->second.second; in AddClassMessageCompletions() local
5797 for (ObjCMethodList *MethList = &M->second.first; in CodeCompleteObjCInstanceMessage() local
7223 for (ObjCMethodList *MethList = IsInstanceMethod ? &M->second.first : in CodeCompleteObjCMethodDeclSelector() local
HDSemaExprObjC.cpp1105 ObjCMethodList &MethList) { in HelperToDiagnoseMismatchedMethodsInGlobalPool()