HomeSort by relevance Sort by last modified time
    Searched refs:Ids (Results 1 - 9 of 9) 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/include/clang/Lex/
PPCallbacks.h 228 ArrayRef<int> Ids) {
425 ArrayRef<int> Ids) override {
426 First->PragmaWarning(Loc, WarningSpec, Ids);
427 Second->PragmaWarning(Loc, WarningSpec, Ids);
  /external/clang/lib/AST/
NSAPI.cpp 419 Selector NSAPI::getOrInitSelector(ArrayRef<StringRef> Ids,
424 I = Ids.begin(), E = Ids.end(); I != E; ++I)
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 144 ArrayRef<int> Ids) override;
472 ArrayRef<int> Ids) {
476 for (ArrayRef<int>::iterator I = Ids.begin(), E = Ids.end(); I != E; ++I)
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
snmp.h 25 UINT *ids; member in struct:__anon51290
200 LPSTR SNMP_FUNC_TYPE SnmpUtilIdsToA(UINT *Ids,UINT IdLength);
dbgeng.h 215 STDMETHOD(GetRunningProcessSystemIds)(THIS_ ULONG64 Server,PULONG Ids,ULONG Count,PULONG ActualCount) PURE;
286 STDMETHOD(GetRunningProcessSystemIds)(THIS_ ULONG64 Server,PULONG Ids,ULONG Count,PULONG ActualCount) PURE;
348 STDMETHOD(GetRunningProcessSystemIds)(THIS_ ULONG64 Server,PULONG Ids,ULONG Count,PULONG ActualCount) PURE;
413 STDMETHOD(GetRunningProcessSystemIds)(THIS_ ULONG64 Server,PULONG Ids,ULONG Count,PULONG ActualCount) PURE;
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp     [all...]

Completed in 1066 milliseconds