Home
last modified time | relevance | path

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

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