Searched refs:AsTypeExpr (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 177 def AsTypeExpr : DStmt<Expr>;
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 757 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
|
D | StmtPrinter.cpp | 1951 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4456 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
|
D | RecursiveASTVisitor.h | 2392 DEF_TRAVERSE_STMT(AsTypeExpr, { })
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1654 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr() 2417 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 1607 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/external/clang/tools/libclang/ |
D | RecursiveASTVisitor.h | 2297 DEF_TRAVERSE_STMT(AsTypeExpr, { })
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 522 Value *VisitAsTypeExpr(AsTypeExpr *CE); 3107 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 9195 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
|
D | SemaExpr.cpp | 4462 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, in ActOnAsTypeExpr()
|