Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3316 void Sema::addMethodToGlobalList(ObjCMethodList *List, in addMethodToGlobalList() function in Sema
3451 addMethodToGlobalList(&Entry, Method); in AddMethodToGlobalPool()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5000 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8537 S.addMethodToGlobalList(&List, M); in addMethodsToPool()