Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3303 void Sema::addMethodToGlobalList(ObjCMethodList *List, in addMethodToGlobalList() function in Sema
3436 addMethodToGlobalList(&Entry, Method); in AddMethodToGlobalPool()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4490 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8226 S.addMethodToGlobalList(&List, Methods[I]); in addMethodsToPool()