Searched defs:getCastKindName (Results 1 – 3 of 3) sorted by relevance
1597 const char *CastExpr::getCastKindName() const { in getCastKindName() function in CastExpr
1736 const char *CastExpr::getCastKindName(CastKind CK) { in getCastKindName() function in CastExpr
3446 const char *getCastKindName() const { return getCastKindName(getCastKind()); } in getCastKindName() function