HomeSort by relevance Sort by last modified time
    Searched refs:GetUnarySelector (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 753 arrayWithObjectsS = GetUnarySelector("arrayWithObjects", Ctx);
755 GetUnarySelector("dictionaryWithObjectsAndKeys", Ctx);
756 setWithObjectsS = GetUnarySelector("setWithObjects", Ctx);
757 orderedSetWithObjectsS = GetUnarySelector("orderedSetWithObjects", Ctx);
759 initWithObjectsS = GetUnarySelector("initWithObjects", Ctx);
760 initWithObjectsAndKeysS = GetUnarySelector("initWithObjectsAndKeys", Ctx);
    [all...]
RetainCountChecker.cpp 668 : GetUnarySelector(name, Ctx);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 76 milliseconds