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 117 Attr.ModifiedType = TL.getModifiedLoc().getType();
192 if (Attr.ModifiedType.isNull())
194 if (!Attr.ModifiedType->isObjCRetainableType()) {
208 if (Attr.ModifiedType.isNull() ||
209 !Attr.ModifiedType->isObjCRetainableType())
211 if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType,
347 Attr.ModifiedType.dump();
Transforms.h 89 QualType ModifiedType;
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 25 milliseconds