HomeSort by relevance Sort by last modified time
    Searched refs:GCAttrs (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 112 MigrateCtx.GCAttrs.push_back(MigrationContext::GCAttrOccurrence());
113 MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.GCAttrs.back();
189 for (unsigned i = 0, e = MigrateCtx.GCAttrs.size(); i != e; ++i) {
190 MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.GCAttrs[i];
205 for (unsigned i = 0, e = MigrateCtx.GCAttrs.size(); i != e; ++i) {
206 MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.GCAttrs[i];
340 for (unsigned i = 0, e = GCAttrs.size(); i != e; ++i) {
341 GCAttrOccurrence &Attr = GCAttrs[i];
Transforms.h 95 std::vector<GCAttrOccurrence> GCAttrs;
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 22 milliseconds