Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DComputeDependence.h48 class AsTypeExpr; variable
135 ExprDependence computeDependence(AsTypeExpr *E);
H A DExpr.h6034 class AsTypeExpr : public Expr {
6041 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function
6044 AsTypeExpr(Expr *SrcExpr, QualType DstType, ExprValueKind VK, in AsTypeExpr() function
H A DRecursiveASTVisitor.h2922 DEF_TRAVERSE_STMT(AsTypeExpr, {})
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td218 def AsTypeExpr : StmtNode<Expr>;
/openbsd/gnu/llvm/clang/lib/AST/
H A DComputeDependence.cpp262 ExprDependence clang::computeDependence(AsTypeExpr *E) { in computeDependence()
H A DStmtProfile.cpp1897 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
H A DStmtPrinter.cpp2729 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2301 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
4019 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2141 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp897 Value *VisitAsTypeExpr(AsTypeExpr *CE);
4982 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h14608 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
H A DSemaExpr.cpp7132 return new (Context) AsTypeExpr(E, DestTy, VK, OK, BuiltinLoc, RParenLoc); in BuildAsTypeExpr()