Searched refs:getCastKindName (Results 1 – 13 of 13) sorted by relevance
62 llvm::errs() << "PreStmt<CastExpr> (Kind : " << CE->getCastKindName() in checkPreStmt()68 llvm::errs() << "PostStmt<CastExpr> (Kind : " << CE->getCastKindName() in checkPostStmt()
313 Out << "\"cast_kind\": \"" << CS->getCastKindName() << "\", "; in printJson()
57 return "ImplicitCastExpr(" + std::string(ICE->getCastKindName()) + ")"; in VisitImplicitCastExpr()
5925 OS << " (" << CE->getStmtClassName() << ", " << CE->getCastKindName() in print_elem()
1505 OS << Node->getCastKindName(); in VisitCastExpr()1682 << " <" << Node->getCastKindName(); in VisitCXXNamedCastExpr()1702 << Node->getCastKindName() << ">"; in VisitCXXFunctionalCastExpr()
1437 JOS.attribute("castKind", CE->getCastKindName()); in VisitCastExpr()
1949 const char *CastExpr::getCastKindName(CastKind CK) { in getCastKindName() function in CastExpr
1709 "CastExpr: ", ce->getCastKindName()); in VisitCastExpr()1817 "CastExpr: ", ce->getCastKindName()); in VisitCastExpr()
961 e->getCastKindName()); in emitCastLValue()
3651 static const char *getCastKindName(CastKind CK);3652 const char *getCastKindName() const { return getCastKindName(getCastKind()); } in getCastKindName() function
768 std::string(CastExpr::getCastKindName(Kind))) in ImpCastExprToType()
12172 llvm::errs() << "unhandled cast kind: " << CastExpr::getCastKindName(CK) in castKindToImplicitConversionKind()
10267 {"_ZNK5clang8CastExpr15getCastKindNameEv", "clang::CastExpr::getCastKindName() const"},