Home
last modified time | relevance | path

Searched refs:getCastName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp756 const char *CXXNamedCastExpr::getCastName() const { in getCastName() function in CXXNamedCastExpr
H A DStmtPrinter.cpp2119 OS << Node->getCastName() << '<'; in VisitCXXNamedCastExpr()
H A DTextNodeDumper.cpp1680 OS << " " << Node->getCastName() << "<" in VisitCXXNamedCastExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h401 const char *getCastName() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10394 {"_ZNK5clang16CXXNamedCastExpr11getCastNameEv", "clang::CXXNamedCastExpr::getCastName() const"},