Searched refs:AsTypeExpr (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 172 def AsTypeExpr : DStmt<Expr>;
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4296 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
|
D | RecursiveASTVisitor.h | 2239 DEF_TRAVERSE_STMT(AsTypeExpr, { })
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 719 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
|
D | StmtPrinter.cpp | 1794 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1531 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr() 2200 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 1510 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 508 Value *VisitAsTypeExpr(AsTypeExpr *CE); 2680 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/external/clang/tools/libclang/ |
D | RecursiveASTVisitor.h | 2159 DEF_TRAVERSE_STMT(AsTypeExpr, { })
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 8823 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
|
D | SemaExpr.cpp | 3930 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, in ActOnAsTypeExpr()
|