Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h450 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3327 void SemaObjC::addMethodToGlobalList(ObjCMethodList *List, in addMethodToGlobalList() function in SemaObjC
3457 addMethodToGlobalList(&Entry, Method); in AddMethodToGlobalPool()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9214 S.ObjC().addMethodToGlobalList(&List, M); in addMethodsToPool()