Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1818 const char *CastExpr::getCastKindName(CastKind CK) { in getCastKindName() function in CastExpr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3448 const char *getCastKindName() const { return getCastKindName(getCastKind()); } in getCastKindName() function