Home
last modified time | relevance | path

Searched refs:CXXNamedCastExpr (Results 1 – 14 of 14) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td120 def CXXNamedCastExpr : StmtNode<ExplicitCastExpr, 1>;
121 def CXXStaticCastExpr : StmtNode<CXXNamedCastExpr>;
122 def CXXDynamicCastExpr : StmtNode<CXXNamedCastExpr>;
123 def CXXReinterpretCastExpr : StmtNode<CXXNamedCastExpr>;
124 def CXXConstCastExpr : StmtNode<CXXNamedCastExpr>;
125 def CXXAddrspaceCastExpr : StmtNode<CXXNamedCastExpr>;
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h372 class CXXNamedCastExpr : public ExplicitCastExpr {
386 CXXNamedCastExpr(StmtClass SC, QualType ty, ExprValueKind VK, CastKind kind, in CXXNamedCastExpr() function
394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() function
431 : public CXXNamedCastExpr,
438 : CXXNamedCastExpr(CXXStaticCastExprClass, ty, vk, kind, op, pathSize, in CXXStaticCastExpr()
447 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize, in CXXStaticCastExpr()
477 : public CXXNamedCastExpr,
483 : CXXNamedCastExpr(CXXDynamicCastExprClass, ty, VK, kind, op, pathSize, in CXXDynamicCastExpr()
488 : CXXNamedCastExpr(CXXDynamicCastExprClass, Empty, pathSize, in CXXDynamicCastExpr()
521 : public CXXNamedCastExpr,
[all …]
HDTextNodeDumper.h290 void VisitCXXNamedCastExpr(const CXXNamedCastExpr *Node);
/freebsd-head/contrib/llvm-project/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp893 isa<CXXNamedCastExpr>(Expr) || in subscriptOperatorNeedsParens()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp3776 if (const CXXNamedCastExpr *NCE = dyn_cast<CXXNamedCastExpr>(realCast)) { in addFixitForObjCARCConversion()
3823 if (const CXXNamedCastExpr *NCE = dyn_cast<CXXNamedCastExpr>(realCast)) { in addFixitForObjCARCConversion()
HDTreeTransform.h784 ExprResult TransformCXXNamedCastExpr(CXXNamedCastExpr *E);
13062 TreeTransform<Derived>::TransformCXXNamedCastExpr(CXXNamedCastExpr *E) { in TransformCXXNamedCastExpr()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDStmtPrinter.cpp161 void VisitCXXNamedCastExpr(CXXNamedCastExpr *Node);
1981 void StmtPrinter::VisitCXXNamedCastExpr(CXXNamedCastExpr *Node) { in VisitCXXNamedCastExpr()
HDExprCXX.cpp750 const char *CXXNamedCastExpr::getCastName() const { in getCastName()
HDStmtProfile.cpp1950 void StmtProfiler::VisitCXXNamedCastExpr(const CXXNamedCastExpr *S) { in VisitCXXNamedCastExpr()
HDTextNodeDumper.cpp1526 void TextNodeDumper::VisitCXXNamedCastExpr(const CXXNamedCastExpr *Node) { in VisitCXXNamedCastExpr()
HDASTImporter.cpp640 ExpectedStmt VisitCXXNamedCastExpr(CXXNamedCastExpr *E);
8827 ExpectedStmt ASTNodeImporter::VisitCXXNamedCastExpr(CXXNamedCastExpr *E) { in VisitCXXNamedCastExpr()
/freebsd-head/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp219 isa<DeclRefExpr>(Expr) || isa<CXXNamedCastExpr>(Expr) || in subscriptOperatorNeedsParens()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp1773 void ASTStmtWriter::VisitCXXNamedCastExpr(CXXNamedCastExpr *E) { in VisitCXXNamedCastExpr()
HDASTReaderStmt.cpp1789 void ASTStmtReader::VisitCXXNamedCastExpr(CXXNamedCastExpr *E) { in VisitCXXNamedCastExpr()