Searched refs:CXXReinterpretCastExpr (Results 1 – 17 of 17) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 802 CXXReinterpretCastExpr * 803 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T, in Create() 812 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create() 820 CXXReinterpretCastExpr * 821 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() 823 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1952 StmtProfiler::VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *S) { in VisitCXXReinterpretCastExpr()
|
| H A D | StmtPrinter.cpp | 1951 void StmtPrinter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *Node) { in VisitCXXReinterpretCastExpr()
|
| H A D | ASTImporter.cpp | 8749 } else if (isa<CXXReinterpretCastExpr>(E)) { in VisitCXXNamedCastExpr() 8750 return CXXReinterpretCastExpr::Create( in VisitCXXNamedCastExpr()
|
| H A D | ExprConstant.cpp | 7737 bool VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.h | 104 bool VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *E);
|
| H A D | ByteCodeExprGen.cpp | 1634 const CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 520 class CXXReinterpretCastExpr final 522 private llvm::TrailingObjects<CXXReinterpretCastExpr, 524 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXReinterpretCastExpr() function 532 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr() function 540 static CXXReinterpretCastExpr *Create(const ASTContext &Context, QualType T, 546 static CXXReinterpretCastExpr *CreateEmpty(const ASTContext &Context,
|
| H A D | RecursiveASTVisitor.h | 2470 DEF_TRAVERSE_STMT(CXXReinterpretCastExpr, {
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 123 def CXXReinterpretCastExpr : StmtNode<CXXNamedCastExpr>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 973 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1799 void ASTStmtReader::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr() 3897 S = CXXReinterpretCastExpr::CreateEmpty(Context, PathSize); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1781 void ASTStmtWriter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 365 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType, in BuildCXXNamedCast()
|
| H A D | TreeTransform.h | 12256 CXXReinterpretCastExpr *E) { in TransformCXXReinterpretCastExpr()
|
| H A D | SemaExpr.cpp | 15266 if (isa<CXXReinterpretCastExpr>(Op)) { in CheckIndirectionOperand()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2636 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>
|