Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3198 void Sema::addMethodToGlobalList(ObjCMethodList *List, in addMethodToGlobalList() function in Sema
3331 addMethodToGlobalList(&Entry, Method); in AddMethodToGlobalPool()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3303 void Sema::addMethodToGlobalList(ObjCMethodList *List, in addMethodToGlobalList() function in Sema
3436 addMethodToGlobalList(&Entry, Method); in AddMethodToGlobalPool()
/external/clang/include/clang/Sema/
DSema.h3203 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
/external/clang/lib/Serialization/
DASTReader.cpp7176 S.addMethodToGlobalList(&List, Methods[I]); in addMethodsToPool()
/external/llvm-project/clang/include/clang/Sema/
DSema.h4319 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp8163 S.addMethodToGlobalList(&List, Methods[I]); in addMethodsToPool()