Home | History | Annotate | Download | only in AST

Lines Matching refs:CastExpr

1137 void CastExpr::CheckCastConsistency() const {
1236 const char *CastExpr::getCastKindName() const {
1347 Expr *CastExpr::getSubExprAsWritten() {
1349 CastExpr *E = this;
1376 CXXBaseSpecifier **CastExpr::path_buffer() {
1379 #define CASTEXPR(Type, Base) \
1389 void CastExpr::setCastPath(const CXXCastPath &Path) {
1892 const CastExpr *CE = cast<CastExpr>(this);
1898 return (cast<CastExpr>(this)->getSubExpr()
2031 if (CastExpr *P = dyn_cast<CastExpr>(E)) {
2071 } else if (CastExpr *P = dyn_cast<CastExpr>(E)) {
2156 if (CastExpr *P = dyn_cast<CastExpr>(E)) {
2414 const CastExpr *CE = cast<CastExpr>(this);