Searched defs:getCastKindName (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 1927 const char *CastExpr::getCastKindName(CastKind CK) { getCastKindName() function in CastExpr |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 3514 const char *getCastKindName() const { return getCastKindName(getCastKind()); } getCastKindName() function |