Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDComputeDependence.h48 class AsTypeExpr; variable
136 ExprDependence computeDependence(AsTypeExpr *E);
HDExpr.h6416 class AsTypeExpr : public Expr {
6423 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function
6426 AsTypeExpr(Expr *SrcExpr, QualType DstType, ExprValueKind VK, in AsTypeExpr() function
HDRecursiveASTVisitor.h2994 DEF_TRAVERSE_STMT(AsTypeExpr, {})
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td220 def AsTypeExpr : StmtNode<Expr>;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDComputeDependence.cpp262 ExprDependence clang::computeDependence(AsTypeExpr *E) { in computeDependence()
HDStmtProfile.cpp1946 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
HDStmtPrinter.cpp2794 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2372 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
4229 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
HDASTWriterStmt.cpp2305 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp924 Value *VisitAsTypeExpr(AsTypeExpr *CE);
5439 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h15930 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
HDSemaExpr.cpp6647 return new (Context) AsTypeExpr(E, DestTy, VK, OK, BuiltinLoc, RParenLoc); in BuildAsTypeExpr()