Searched refs:Ids (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp30 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; local
31 NSMakeCollectableII = &Ids.get("NSMakeCollectable");
32 CFMakeCollectableII = &Ids.get("CFMakeCollectable");
/external/clang/include/clang/AST/
H A DNSAPI.h125 StringRef Ids[] = { "setObject", "forKeyedSubscript" }; local
126 return getOrInitSelector(Ids, setObjectForKeyedSubscriptSel);
131 StringRef Ids[] = { "setObject", "atIndexedSubscript" }; local
132 return getOrInitSelector(Ids, setObjectAtIndexedSubscriptSel);
192 Selector getOrInitSelector(ArrayRef<StringRef> Ids, Selector &Sel) const;
/external/clang/lib/AST/
H A DNSAPI.cpp419 Selector NSAPI::getOrInitSelector(ArrayRef<StringRef> Ids, argument
424 I = Ids.begin(), E = Ids.end(); I != E; ++I)
/external/clang/lib/Driver/
H A DDriver.cpp822 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; local
858 PrintActions1(C, *it, Ids);
821 PrintActions1(const Compilation &C, Action *A, std::map<Action*, unsigned> &Ids) argument

Completed in 177 milliseconds