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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 1282     if (T == Context.getObjCInstanceType()) {
 1283       return Context.getAttributedType(
 1285                Context.getObjCIdType(),
 1286                Context.getObjCIdType());
 1292   if (T == Context.getObjCInstanceType())
 1293     return Context.getObjCIdType();