Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td172 def AsTypeExpr : DStmt<Expr>;
/external/clang/include/clang/AST/
DExpr.h4296 class AsTypeExpr : public Expr { // Should this be an ExplicitCastExpr?
4303 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function
4306 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr() function
4334 static bool classof(const AsTypeExpr *) { return true; } in classof() argument
DRecursiveASTVisitor.h2239 DEF_TRAVERSE_STMT(AsTypeExpr, { })
/external/clang/lib/AST/
DStmtProfile.cpp719 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
DStmtPrinter.cpp1794 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1531 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
2200 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1510 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp508 Value *VisitAsTypeExpr(AsTypeExpr *CE);
2680 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2159 DEF_TRAVERSE_STMT(AsTypeExpr, { })
/external/clang/lib/Sema/
DTreeTransform.h8823 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
DSemaExpr.cpp3930 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, in ActOnAsTypeExpr()