Searched refs:getCastKindName (Results 1 – 10 of 10) 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()
51 return "ImplicitCastExpr(" + std::string(ICE->getCastKindName()) + ")"; in VisitImplicitCastExpr()
5812 OS << " (" << CE->getStmtClassName() << ", " << CE->getCastKindName() in print_elem()
1352 OS << Node->getCastKindName(); in VisitCastExpr()1529 << " <" << Node->getCastKindName(); in VisitCXXNamedCastExpr()1549 << Node->getCastKindName() << ">"; in VisitCXXFunctionalCastExpr()
1423 JOS.attribute("castKind", CE->getCastKindName()); in VisitCastExpr()
1952 const char *CastExpr::getCastKindName(CastKind CK) { in getCastKindName() function in CastExpr
3545 static const char *getCastKindName(CastKind CK);3546 const char *getCastKindName() const { return getCastKindName(getCastKind()); } in getCastKindName() function
705 std::string(CastExpr::getCastKindName(Kind))) in ImpCastExprToType()
11825 llvm::errs() << "unhandled cast kind: " << CastExpr::getCastKindName(CK) in castKindToImplicitConversionKind()