Searched refs:CXXReinterpretCastExpr (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprCXX.cpp | 852 CXXReinterpretCastExpr * 853 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T, in Create() 862 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create() 870 CXXReinterpretCastExpr * 871 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() 873 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
|
| HD | StmtProfile.cpp | 1963 StmtProfiler::VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *S) { in VisitCXXReinterpretCastExpr()
|
| HD | StmtPrinter.cpp | 1997 void StmtPrinter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *Node) { in VisitCXXReinterpretCastExpr()
|
| HD | ASTImporter.cpp | 8853 } else if (isa<CXXReinterpretCastExpr>(E)) { in VisitCXXNamedCastExpr() 8854 return CXXReinterpretCastExpr::Create( in VisitCXXNamedCastExpr()
|
| HD | ExprConstant.cpp | 7800 bool VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | 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,
|
| HD | RecursiveASTVisitor.h | 2528 DEF_TRAVERSE_STMT(CXXReinterpretCastExpr, {
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 123 def CXXReinterpretCastExpr : StmtNode<CXXNamedCastExpr>;
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | Compiler.h | 167 bool VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *E);
|
| HD | Compiler.cpp | 2444 const CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| HD | ASTMatchersInternal.cpp | 973 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 1806 void ASTStmtReader::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr() 3974 S = CXXReinterpretCastExpr::CreateEmpty(Context, PathSize); in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 1791 void ASTStmtWriter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaCast.cpp | 361 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType, in BuildCXXNamedCast()
|
| HD | TreeTransform.h | 13114 CXXReinterpretCastExpr *E) { in TransformCXXReinterpretCastExpr()
|
| HD | SemaExpr.cpp | 14265 if (isa<CXXReinterpretCastExpr>(Op)) { in CheckIndirectionOperand()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 2637 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>
|