Home
last modified time | relevance | path

Searched refs:CXXReinterpretCastExpr (Results 1 – 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprCXX.cpp852 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()
HDStmtProfile.cpp1963 StmtProfiler::VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *S) { in VisitCXXReinterpretCastExpr()
HDStmtPrinter.cpp1997 void StmtPrinter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *Node) { in VisitCXXReinterpretCastExpr()
HDASTImporter.cpp8853 } else if (isa<CXXReinterpretCastExpr>(E)) { in VisitCXXNamedCastExpr()
8854 return CXXReinterpretCastExpr::Create( in VisitCXXNamedCastExpr()
HDExprConstant.cpp7800 bool VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h520 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,
HDRecursiveASTVisitor.h2528 DEF_TRAVERSE_STMT(CXXReinterpretCastExpr, {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td123 def CXXReinterpretCastExpr : StmtNode<CXXNamedCastExpr>;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h167 bool VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *E);
HDCompiler.cpp2444 const CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp973 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp1806 void ASTStmtReader::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
3974 S = CXXReinterpretCastExpr::CreateEmpty(Context, PathSize); in ReadStmtFromStream()
HDASTWriterStmt.cpp1791 void ASTStmtWriter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) { in VisitCXXReinterpretCastExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCast.cpp361 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType, in BuildCXXNamedCast()
HDTreeTransform.h13114 CXXReinterpretCastExpr *E) { in TransformCXXReinterpretCastExpr()
HDSemaExpr.cpp14265 if (isa<CXXReinterpretCastExpr>(Op)) { in CheckIndirectionOperand()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h2637 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>