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

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 118 Attr.ModifiedType = TL.getModifiedLoc().getType();
193 if (Attr.ModifiedType.isNull())
195 if (!Attr.ModifiedType->isObjCRetainableType()) {
209 if (Attr.ModifiedType.isNull() ||
210 !Attr.ModifiedType->isObjCRetainableType())
212 if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType,
348 Attr.ModifiedType.dump();
Transforms.h 90 QualType ModifiedType;
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 2621 milliseconds