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

/external/clang/include/clang/Sema/
H A DSema.h3136 /// LookupMethodInGlobalPool - Returns the instance or factory method and
3138 ObjCMethodDecl *LookupMethodInGlobalPool(Selector Sel, SourceRange R,
3195 return LookupMethodInGlobalPool(Sel, R, receiverIdOrClass,
3203 return LookupMethodInGlobalPool(Sel, R, receiverIdOrClass,
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3304 ObjCMethodDecl *Sema::LookupMethodInGlobalPool(Selector Sel, SourceRange R, function in class:Sema

Completed in 375 milliseconds