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 125 StringRef Ids[] = { "setObject", "forKeyedSubscript" };
126 return getOrInitSelector(Ids, setObjectForKeyedSubscriptSel);
131 StringRef Ids[] = { "setObject", "atIndexedSubscript" };
132 return getOrInitSelector(Ids, setObjectAtIndexedSubscriptSel);
192 Selector getOrInitSelector(ArrayRef<StringRef> Ids, Selector &Sel) const;
  /external/clang/lib/Lex/
Pragma.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp 797 std::map<Action*, unsigned> &Ids) {
798 if (Ids.count(A))
799 return Ids[A];
809 << ", {" << PrintActions1(C, *BIA->begin(), Ids) << "}";
813 os << PrintActions1(C, *it, Ids);
821 unsigned Id = Ids.size();
822 Ids[A] = Id;
830 std::map<Action*, unsigned> Ids;
833 PrintActions1(C, *it, Ids);
    [all...]

Completed in 44 milliseconds