Home
last modified time | relevance | path

Searched defs:getCastKindName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1952 const char *CastExpr::getCastKindName(CastKind CK) { in getCastKindName() function in CastExpr
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3546 const char *getCastKindName() const { return getCastKindName(getCastKind()); } in getCastKindName() function