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

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 1257   if (Ty.isNull())
 1259   Ty = Context.getObjCObjectPointerType(Ty);
 1259   Ty = Context.getObjCObjectPointerType(Ty);
 1260   return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc);