Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td192 def AsTypeExpr : DStmt<Expr>;
/external/clang/include/clang/AST/
DExpr.h4706 class AsTypeExpr : public Expr {
4713 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function
4716 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr() function
DRecursiveASTVisitor.h2341 DEF_TRAVERSE_STMT(AsTypeExpr, {})
/external/clang/lib/AST/
DStmtProfile.cpp1103 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
DStmtPrinter.cpp2419 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1723 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
3321 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1671 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp567 Value *VisitAsTypeExpr(AsTypeExpr *CE);
3394 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/external/clang/lib/Sema/
DTreeTransform.h11075 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
DSemaExpr.cpp5011 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc); in ActOnAsTypeExpr()