reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTContext.cpp
 7907   Qualifiers::GC GCAttrs = Ty.getObjCGCAttr();
 7913     if (Ty->isObjCObjectPointerType() || Ty->isBlockPointerType())
 7913     if (Ty->isObjCObjectPointerType() || Ty->isBlockPointerType())
 7915     else if (Ty->isPointerType())
 7916       return getObjCGCAttrKind(Ty->castAs<PointerType>()->getPointeeType());
 7921     QualType CT = Ty->getCanonicalTypeInternal();