Searched refs:CXXReinterpretCastExpr (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | ProTypeReinterpretCastCheck.cpp | 26 Result.Nodes.getNodeAs<CXXReinterpretCastExpr>("cast"); in check()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A 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()
|
| H A D | StmtProfile.cpp | 1896 StmtProfiler::VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *S) { in VisitCXXReinterpretCastExpr()
|
| H A D | StmtPrinter.cpp | 1926 void StmtPrinter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *Node) { in VisitCXXReinterpretCastExpr()
|
| H A D | ASTImporter.cpp | 8279 } else if (isa<CXXReinterpretCastExpr>(E)) { in VisitCXXNamedCastExpr() 8280 return CXXReinterpretCastExpr::Create( in VisitCXXNamedCastExpr()
|
| H A D | ExprConstant.cpp | 7475 bool VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A 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,
|
| H A D | RecursiveASTVisitor.h | 2490 DEF_TRAVERSE_STMT(CXXReinterpretCastExpr, {
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 123 def CXXReinterpretCastExpr : StmtNode<CXXNamedCastExpr>;
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 962 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 1218 TEST_P(ASTMatchersTest, CXXReinterpretCastExpr) { in TEST_P() argument
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1763 void ASTStmtReader::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr() 3745 S = CXXReinterpretCastExpr::CreateEmpty(Context, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1670 void ASTStmtWriter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2558 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 360 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType, in BuildCXXNamedCast()
|
| H A D | TreeTransform.h | 11860 CXXReinterpretCastExpr *E) { in TransformCXXReinterpretCastExpr()
|
| H A D | SemaExpr.cpp | 14500 if (isa<CXXReinterpretCastExpr>(Op)) { in CheckIndirectionOperand()
|