Searched refs:GetUnarySelector (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp573 arrayWithObjectsS = GetUnarySelector("arrayWithObjects", Ctx);
575 GetUnarySelector("dictionaryWithObjectsAndKeys", Ctx);
576 setWithObjectsS = GetUnarySelector("setWithObjects", Ctx);
577 orderedSetWithObjectsS = GetUnarySelector("orderedSetWithObjects", Ctx);
579 initWithObjectsS = GetUnarySelector("initWithObjects", Ctx);
580 initWithObjectsAndKeysS = GetUnarySelector("initWithObjectsAndKeys", Ctx);
H A DRetainCountChecker.cpp676 : GetUnarySelector(name, Ctx);
1469 addNSObjectMethSummary(GetUnarySelector("awakeAfterUsingCoder", Ctx),
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1323 Selector GetUnarySelector(const char* name) const { function in class:__anon3159::CGObjCNonFragileABIMac
4902 VTableDispatchMethods.insert(GetUnarySelector("allocWithZone"));
4903 VTableDispatchMethods.insert(GetUnarySelector("isKindOfClass"));
4904 VTableDispatchMethods.insert(GetUnarySelector("respondsToSelector"));
4905 VTableDispatchMethods.insert(GetUnarySelector("objectForKey"));
4906 VTableDispatchMethods.insert(GetUnarySelector("objectAtIndex"));
4907 VTableDispatchMethods.insert(GetUnarySelector("isEqualToString"));
4908 VTableDispatchMethods.insert(GetUnarySelector("isEqual"));
4914 VTableDispatchMethods.insert(GetUnarySelector("addObject"));
/external/clang/include/clang/AST/
H A DASTContext.h1909 static inline Selector GetUnarySelector(StringRef name, ASTContext& Ctx) { function in namespace:clang

Completed in 133 milliseconds