Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3269 void Sema::addMethodToGlobalList(ObjCMethodList *List, in addMethodToGlobalList() function in Sema
3402 addMethodToGlobalList(&Entry, Method); in AddMethodToGlobalPool()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3564 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp8068 S.addMethodToGlobalList(&List, Methods[I]); in addMethodsToPool()