Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h475 AreMultipleMethodsInGlobalPool(Selector Sel, ObjCMethodDecl *BestMethod,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2971 if (!AreMultipleMethodsInGlobalPool(Sel, Method, in BuildInstanceMessage()
3118 AreMultipleMethodsInGlobalPool(Sel, Method, in BuildInstanceMessage()
H A DSemaDeclObjC.cpp3552 bool SemaObjC::AreMultipleMethodsInGlobalPool( in AreMultipleMethodsInGlobalPool() function in SemaObjC