Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp1899 const char *CastExpr::getCastKindName(CastKind CK) { in getCastKindName() function in CastExpr
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h3200 const char *getCastKindName() const { return getCastKindName(getCastKind()); } in getCastKindName() function