Searched refs:CXXReinterpretCastExpr (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ExprCXX.cpp | 792 CXXReinterpretCastExpr * 793 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T, in Create() 802 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create() 810 CXXReinterpretCastExpr * 811 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() 813 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
|
| D | StmtProfile.cpp | 1821 StmtProfiler::VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *S) { in VisitCXXReinterpretCastExpr()
|
| D | StmtPrinter.cpp | 1780 void StmtPrinter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *Node) { in VisitCXXReinterpretCastExpr()
|
| D | ASTImporter.cpp | 8134 } else if (isa<CXXReinterpretCastExpr>(E)) { in VisitCXXNamedCastExpr() 8135 return CXXReinterpretCastExpr::Create( in VisitCXXNamedCastExpr()
|
| D | ExprConstant.cpp | 7393 bool VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | ExprCXX.h | 521 class CXXReinterpretCastExpr final 523 private llvm::TrailingObjects<CXXReinterpretCastExpr, 525 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op, in CXXReinterpretCastExpr() function 533 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr() function 541 static CXXReinterpretCastExpr *Create(const ASTContext &Context, QualType T, 547 static CXXReinterpretCastExpr *CreateEmpty(const ASTContext &Context,
|
| D | RecursiveASTVisitor.h | 2364 DEF_TRAVERSE_STMT(CXXReinterpretCastExpr, {
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | StmtNodes.td | 123 def CXXReinterpretCastExpr : StmtNode<CXXNamedCastExpr>;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| D | ASTMatchersInternal.cpp | 947 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReaderStmt.cpp | 1778 void ASTStmtReader::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr() 3608 S = CXXReinterpretCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
|
| D | ASTWriterStmt.cpp | 1672 void ASTStmtWriter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 2545 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaCast.cpp | 360 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType, in BuildCXXNamedCast()
|
| D | TreeTransform.h | 11579 CXXReinterpretCastExpr *E) { in TransformCXXReinterpretCastExpr()
|
| D | SemaExpr.cpp | 13789 if (isa<CXXReinterpretCastExpr>(Op)) { in CheckIndirectionOperand()
|