HomeSort by: relevance | last modified time | path
    Searched refs:GetUnarySelector (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 722 arrayWithObjectsS = GetUnarySelector("arrayWithObjects", Ctx);
724 GetUnarySelector("dictionaryWithObjectsAndKeys", Ctx);
725 setWithObjectsS = GetUnarySelector("setWithObjects", Ctx);
726 orderedSetWithObjectsS = GetUnarySelector("orderedSetWithObjects", Ctx);
728 initWithObjectsS = GetUnarySelector("initWithObjects", Ctx);
729 initWithObjectsAndKeysS = GetUnarySelector("initWithObjectsAndKeys", Ctx);
1191 ObjectAtIndex = GetUnarySelector("objectAtIndex", Ctx);
1192 ObjectAtIndexedSubscript = GetUnarySelector("objectAtIndexedSubscript", Ctx);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
RetainSummaryManager.h 564 : GetUnarySelector(name, Ctx);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 1558 Selector GetUnarySelector(const char* name) const {
6334 VTableDispatchMethods.insert(GetUnarySelector("allocWithZone"));
6335 VTableDispatchMethods.insert(GetUnarySelector("isKindOfClass"));
6336 VTableDispatchMethods.insert(GetUnarySelector("respondsToSelector"));
6337 VTableDispatchMethods.insert(GetUnarySelector("objectForKey"));
6338 VTableDispatchMethods.insert(GetUnarySelector("objectAtIndex"));
6339 VTableDispatchMethods.insert(GetUnarySelector("isEqualToString"));
6340 VTableDispatchMethods.insert(GetUnarySelector("isEqual"));
6346 VTableDispatchMethods.insert(GetUnarySelector("addObject"));
CGObjC.cpp 1925 Selector IsKindOfClassSel = GetUnarySelector("isKindOfClass", C);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
RetainSummaryManager.cpp 1204 addNSObjectMethSummary(GetUnarySelector("awakeAfterUsingCoder", Ctx),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 3178 inline Selector GetUnarySelector(StringRef name, ASTContext &Ctx) {

Completed in 90 milliseconds