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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
 1173 OBJCPROTOCOLEXPR(ObjCProtocolExpr, Expr)

References

tools/clang/include/clang/AST/ExprObjC.h
  513       : Expr(ObjCProtocolExprClass, T, VK_RValue, OK_Ordinary, false, false,
  517       : Expr(ObjCProtocolExprClass, Empty) {}
  541     return T->getStmtClass() == ObjCProtocolExprClass;
tools/clang/lib/AST/Expr.cpp
 3602   case ObjCProtocolExprClass:
tools/clang/lib/AST/ExprClassification.cpp
  176   case Expr::ObjCProtocolExprClass:
tools/clang/lib/AST/ExprConstant.cpp
13884   case Expr::ObjCProtocolExprClass:
tools/clang/lib/AST/ItaniumMangle.cpp
 3646   case Expr::ObjCProtocolExprClass:
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1272   case Expr::ObjCProtocolExprClass:
tools/clang/lib/Sema/TreeTransform.h
12586   return E;
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1365     case Stmt::ObjCProtocolExprClass:
tools/clang/tools/libclang/CXCursor.cpp
  481   case Stmt::ObjCProtocolExprClass: