Searched refs:getCastKindName (Results 1 – 4 of 4) sorted by relevance
1643 OS << Node->getCastKindName(); in VisitCastExpr()1825 << " <" << Node->getCastKindName(); in VisitCXXNamedCastExpr()1843 << " <" << Node->getCastKindName() << ">"; in VisitCXXFunctionalCastExpr()
1523 const char *CastExpr::getCastKindName() const { in getCastKindName() function in CastExpr
2705 const char *getCastKindName() const;
4069 << CE->getCastKindName() in print_elem()