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();
190 if (Attr.ModifiedType.isNull())
192 if (!Attr.ModifiedType->isObjCRetainableType()) {
206 if (Attr.ModifiedType.isNull() ||
207 !Attr.ModifiedType->isObjCRetainableType())
209 if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType,
346 Attr.ModifiedType.dump();
Transforms.h 90 QualType ModifiedType;
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 65 milliseconds