Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h467 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2960 if (!AreMultipleMethodsInGlobalPool(Sel, Method, in BuildInstanceMessage()
3107 AreMultipleMethodsInGlobalPool(Sel, Method, in BuildInstanceMessage()
H A DSemaDeclObjC.cpp3555 bool SemaObjC::AreMultipleMethodsInGlobalPool( in AreMultipleMethodsInGlobalPool() function in SemaObjC