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()
5735 OS << " (" << CE->getStmtClassName() << ", " << CE->getCastKindName() in print_elem()
230 return CE->getCastKindName(); in getDetail()
1021 OS << Node->getCastKindName(); in VisitCastExpr()1183 << " <" << Node->getCastKindName(); in VisitCXXNamedCastExpr()1201 << Node->getCastKindName() << ">"; in VisitCXXFunctionalCastExpr()
1284 JOS.attribute("castKind", CE->getCastKindName()); in VisitCastExpr()
1862 const char *CastExpr::getCastKindName(CastKind CK) { in getCastKindName() function in CastExpr
3522 static const char *getCastKindName(CastKind CK);3523 const char *getCastKindName() const { return getCastKindName(getCastKind()); } in getCastKindName() function
631 std::string(CastExpr::getCastKindName(Kind))) in ImpCastExprToType()
12148 llvm::errs() << "unhandled cast kind: " << CastExpr::getCastKindName(CK) in castKindToImplicitConversionKind()