Home
last modified time | relevance | path

Searched refs:AsTypeExpr (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h48 class AsTypeExpr; variable
135 ExprDependence computeDependence(AsTypeExpr *E);
H A DExpr.h6205 class AsTypeExpr : public Expr {
6212 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function
6215 AsTypeExpr(Expr *SrcExpr, QualType DstType, ExprValueKind VK, in AsTypeExpr() function
H A DRecursiveASTVisitor.h2930 DEF_TRAVERSE_STMT(AsTypeExpr, {})
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td218 def AsTypeExpr : StmtNode<Expr>;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp262 ExprDependence clang::computeDependence(AsTypeExpr *E) { in computeDependence()
H A DStmtProfile.cpp1935 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
H A DStmtPrinter.cpp2744 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2352 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
4146 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2266 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp905 Value *VisitAsTypeExpr(AsTypeExpr *CE);
5099 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14896 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
H A DSemaExpr.cpp7430 return new (Context) AsTypeExpr(E, DestTy, VK, OK, BuiltinLoc, RParenLoc); in BuildAsTypeExpr()