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

References

tools/clang/lib/AST/Type.cpp
 1361     if (!newAttrType || newAttrType->getAttrKind() != attr::ObjCKindOf)
 1361     if (!newAttrType || newAttrType->getAttrKind() != attr::ObjCKindOf)
 1365     QualType newEquivType = newAttrType->getEquivalentType();
 1387     return Ctx.getAttributedType(newAttrType->getAttrKind(),
 1388                                  newAttrType->getModifiedType(), newEquivType);