Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h458 void addMethodToGlobalList(ObjCMethodList *List, ObjCMethodDecl *Method);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3319 void SemaObjC::addMethodToGlobalList(ObjCMethodList *List, in addMethodToGlobalList() function in SemaObjC
3454 addMethodToGlobalList(&Entry, Method); in AddMethodToGlobalPool()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8679 S.ObjC().addMethodToGlobalList(&List, M); in addMethodsToPool()