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

  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents;
31 NSMakeCollectableII = &Ids.get("NSMakeCollectable");
32 CFMakeCollectableII = &Ids.get("CFMakeCollectable");
  /external/clang/include/clang/AST/
NSAPI.h 153 StringRef Ids[] = { "setObject", "forKeyedSubscript" };
154 return getOrInitSelector(Ids, setObjectForKeyedSubscriptSel);
159 StringRef Ids[] = { "setObject", "atIndexedSubscript" };
160 return getOrInitSelector(Ids, setObjectAtIndexedSubscriptSel);
223 Selector getOrInitSelector(ArrayRef<StringRef> Ids, Selector &Sel) const;
  /external/clang/lib/Lex/
Pragma.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp 822 std::map<Action*, unsigned> &Ids) {
823 if (Ids.count(A))
824 return Ids[A];
834 << ", {" << PrintActions1(C, *BIA->begin(), Ids) << "}";
838 os << PrintActions1(C, *it, Ids);
846 unsigned Id = Ids.size();
847 Ids[A] = Id;
855 std::map<Action*, unsigned> Ids;
858 PrintActions1(C, *it, Ids);
    [all...]

Completed in 192 milliseconds