Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp1597 const char *CastExpr::getCastKindName() const { in getCastKindName() function in CastExpr
/external/llvm-project/clang/lib/AST/
DExpr.cpp1736 const char *CastExpr::getCastKindName(CastKind CK) { in getCastKindName() function in CastExpr
/external/llvm-project/clang/include/clang/AST/
DExpr.h3446 const char *getCastKindName() const { return getCastKindName(getCastKind()); } in getCastKindName() function