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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  623 ASTYPEEXPR(AsTypeExpr, Expr)

References

tools/clang/include/clang/AST/Expr.h
 5607   explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {}
 5613     : Expr(AsTypeExprClass, DstType, VK, OK,
 5635     return T->getStmtClass() == AsTypeExprClass;
tools/clang/lib/AST/Expr.cpp
 3482   case AsTypeExprClass:
tools/clang/lib/AST/ExprClassification.cpp
  186   case Expr::AsTypeExprClass:
tools/clang/lib/AST/ExprConstant.cpp
13898   case Expr::AsTypeExprClass:
tools/clang/lib/AST/ItaniumMangle.cpp
 3665   case Expr::AsTypeExprClass:
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1265   case Expr::AsTypeExprClass:
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1373     case Stmt::AsTypeExprClass:
tools/clang/tools/libclang/CXCursor.cpp
  254   case Stmt::AsTypeExprClass: