Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp3119 void Sema::addMethodToGlobalList(ObjCMethodList *List, in addMethodToGlobalList() function in Sema
3211 addMethodToGlobalList(&Entry, Method); in AddMethodToGlobalPool()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3081 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp6992 S.addMethodToGlobalList(&List, Methods[I]); in addMethodsToPool()