Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DStmtNodes.td177 def AsTypeExpr : DStmt<Expr>;
/external/clang/lib/AST/
DStmtProfile.cpp757 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
DStmtPrinter.cpp1951 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
/external/clang/include/clang/AST/
DExpr.h4456 class AsTypeExpr : public Expr { // Should this be an ExplicitCastExpr?
4463 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function
4466 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr() function
DRecursiveASTVisitor.h2392 DEF_TRAVERSE_STMT(AsTypeExpr, { })
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1654 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
2417 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1607 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2297 DEF_TRAVERSE_STMT(AsTypeExpr, { })
/external/clang/lib/CodeGen/
DCGExprScalar.cpp522 Value *VisitAsTypeExpr(AsTypeExpr *CE);
3107 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/external/clang/lib/Sema/
DTreeTransform.h9195 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
DSemaExpr.cpp4462 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, in ActOnAsTypeExpr()