Searched defs:getCastKindName (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Transforms/Utils/ | ||
H A D | OneToNTypeConversion.cpp | 100 StringRef getCastKindName(CastKind kind) { getCastKindName() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 1952 const char *CastExpr::getCastKindName(CastKind CK) { getCastKindName() function in CastExpr |
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 3536 const char *getCastKindName() const { return getCastKindName(getCastKind()); } getCastKindName() function |