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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3511   LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);

References

tools/clang/lib/CodeGen/CGExpr.cpp
 1254     return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E));
tools/clang/lib/CodeGen/CGExprScalar.cpp
  527     LValue LV = CGF.EmitObjCIsaExpr(E);