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()
43 return "ImplicitCastExpr(" + std::string(ICE->getCastKindName()) + ")"; in VisitImplicitCastExpr()
5815 OS << " (" << CE->getStmtClassName() << ", " << CE->getCastKindName() in print_elem()
1132 OS << Node->getCastKindName(); in VisitCastExpr()1306 << " <" << Node->getCastKindName(); in VisitCXXNamedCastExpr()1324 << Node->getCastKindName() << ">"; in VisitCXXFunctionalCastExpr()
1388 JOS.attribute("castKind", CE->getCastKindName()); in VisitCastExpr()
1927 const char *CastExpr::getCastKindName(CastKind CK) { in getCastKindName() function in CastExpr
3513 static const char *getCastKindName(CastKind CK);3514 const char *getCastKindName() const { return getCastKindName(getCastKind()); } in getCastKindName() function
647 std::string(CastExpr::getCastKindName(Kind))) in ImpCastExprToType()
12847 llvm::errs() << "unhandled cast kind: " << CastExpr::getCastKindName(CK) in castKindToImplicitConversionKind()