Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3309 void Sema::addMethodToGlobalList(ObjCMethodList *List, in addMethodToGlobalList() function in Sema
3444 addMethodToGlobalList(&Entry, Method); in AddMethodToGlobalPool()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4751 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp8276 S.addMethodToGlobalList(&List, *I); in addMethodsToPool()