Searched refs:getCastKindName (Results 1 – 9 of 9) sorted by relevance
63 llvm::errs() << "PreStmt<CastExpr> (Kind : " << CE->getCastKindName() in checkPreStmt()69 llvm::errs() << "PostStmt<CastExpr> (Kind : " << CE->getCastKindName() in checkPostStmt()
194 Out << "\"cast_kind\": \"" << CS->getCastKindName() << "\", "; in printJson()
5513 << CE->getCastKindName() in print_elem()
965 OS << Node->getCastKindName(); in VisitCastExpr()1122 << " <" << Node->getCastKindName(); in VisitCXXNamedCastExpr()1140 << Node->getCastKindName() << ">"; in VisitCXXFunctionalCastExpr()
1232 JOS.attribute("castKind", CE->getCastKindName()); in VisitCastExpr()
1818 const char *CastExpr::getCastKindName(CastKind CK) { in getCastKindName() function in CastExpr
3447 static const char *getCastKindName(CastKind CK);3448 const char *getCastKindName() const { return getCastKindName(getCastKind()); } in getCastKindName() function
584 std::string(CastExpr::getCastKindName(Kind))) in ImpCastExprToType()
11460 llvm::errs() << "unhandled cast kind: " << CastExpr::getCastKindName(CK) in castKindToImplicitConversionKind()