Searched refs:getCastKindName (Results 1 – 4 of 4) sorted by relevance
1715 OS << Node->getCastKindName(); in VisitCastExpr()1885 << " <" << Node->getCastKindName(); in VisitCXXNamedCastExpr()1903 << " <" << Node->getCastKindName() << ">"; in VisitCXXFunctionalCastExpr()
1573 const char *CastExpr::getCastKindName() const { in getCastKindName() function in CastExpr
2709 const char *getCastKindName() const;
4149 << CE->getCastKindName() in print_elem()