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 594 arrayWithObjectsS = GetUnarySelector("arrayWithObjects", Ctx);
596 GetUnarySelector("dictionaryWithObjectsAndKeys", Ctx);
597 setWithObjectsS = GetUnarySelector("setWithObjects", Ctx);
598 orderedSetWithObjectsS = GetUnarySelector("orderedSetWithObjects", Ctx);
600 initWithObjectsS = GetUnarySelector("initWithObjects", Ctx);
601 initWithObjectsAndKeysS = GetUnarySelector("initWithObjectsAndKeys", Ctx);
770 ObjectAtIndex = GetUnarySelector("objectAtIndex", Ctx);
771 ObjectAtIndexedSubscript = GetUnarySelector("objectAtIndexedSubscript", Ctx);
RetainCountChecker.cpp 679 : GetUnarySelector(name, Ctx);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 57 milliseconds