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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
 1149 OBJCISAEXPR(ObjCIsaExpr, Expr)

References

tools/clang/include/clang/AST/ExprObjC.h
 1508       : Expr(ObjCIsaExprClass, ty, VK_LValue, OK_Ordinary,
 1515   explicit ObjCIsaExpr(EmptyShell Empty) : Expr(ObjCIsaExprClass, Empty) {}
 1551     return T->getStmtClass() == ObjCIsaExprClass;
tools/clang/lib/AST/Expr.cpp
 3603   case ObjCIsaExprClass:
tools/clang/lib/AST/ExprClassification.cpp
  115   case Expr::ObjCIsaExprClass:
tools/clang/lib/AST/ExprConstant.cpp
13888   case Expr::ObjCIsaExprClass:
tools/clang/lib/AST/ItaniumMangle.cpp
 3642   case Expr::ObjCIsaExprClass:
tools/clang/lib/CodeGen/CGExpr.cpp
 1253   case Expr::ObjCIsaExprClass:
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1213   case Expr::ObjCIsaExprClass:
tools/clang/lib/Sema/TreeTransform.h
12669   ExprResult Base = getDerived().TransformExpr(E->getBase());
12675       Base.get() == E->getBase())
12676     return E;
12678   return getDerived().RebuildObjCIsaExpr(Base.get(), E->getIsaMemberLoc(),
12679                                          E->getOpLoc(),
12680                                          E->isArrow());
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1364     case Stmt::ObjCIsaExprClass:
tools/clang/tools/libclang/CXCursor.cpp
  537   case Stmt::ObjCIsaExprClass: