Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DObjCMethodList.h22 struct ObjCMethodList { struct
24 ObjCMethodList *Next; argument
26 ObjCMethodList() { in ObjCMethodList() function
30 ObjCMethodList(ObjCMethodDecl *M, ObjCMethodList *C) { in ObjCMethodList() function