Home
last modified time | relevance | path

Searched refs:getCastKindName (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTDumper.cpp1623 OS << Node->getCastKindName(); in VisitCastExpr()
1788 << " <" << Node->getCastKindName(); in VisitCXXNamedCastExpr()
1806 << " <" << Node->getCastKindName() << ">"; in VisitCXXFunctionalCastExpr()
DExpr.cpp1529 const char *CastExpr::getCastKindName() const { in getCastKindName() function in CastExpr
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DCFG.cpp3749 << CE->getCastKindName() in print_elem()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h2681 const char *getCastKindName() const;