Searched refs:LookupImplementedMethodInGlobalPool (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3621 ObjCMethodDecl *Sema::LookupImplementedMethodInGlobalPool(Selector Sel) { function in class:Sema
5154 if (!LookupImplementedMethodInGlobalPool(Sel))
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4079 /// LookupImplementedMethodInGlobalPool - Returns the method which has an
4081 ObjCMethodDecl *LookupImplementedMethodInGlobalPool(Selector Sel);

Completed in 195 milliseconds