Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DComputeDependence.h47 class AsTypeExpr; variable
129 ExprDependence computeDependence(AsTypeExpr *E);
DExpr.h5947 class AsTypeExpr : public Expr {
5954 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function
5957 AsTypeExpr(Expr *SrcExpr, QualType DstType, ExprValueKind VK, in AsTypeExpr() function
DRecursiveASTVisitor.h2764 DEF_TRAVERSE_STMT(AsTypeExpr, {})
/external/clang/include/clang/Basic/
DStmtNodes.td193 def AsTypeExpr : DStmt<Expr>;
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td216 def AsTypeExpr : StmtNode<Expr>;
/external/llvm-project/clang/lib/AST/
DComputeDependence.cpp214 ExprDependence clang::computeDependence(AsTypeExpr *E) { in computeDependence()
DStmtProfile.cpp1726 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
DStmtPrinter.cpp2551 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
/external/clang/include/clang/AST/
DExpr.h4609 class AsTypeExpr : public Expr {
4616 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function
4619 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr() function
DRecursiveASTVisitor.h2445 DEF_TRAVERSE_STMT(AsTypeExpr, {})
/external/clang/lib/AST/
DStmtProfile.cpp1217 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
DStmtPrinter.cpp2554 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2265 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
3741 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp2097 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp567 Value *VisitAsTypeExpr(AsTypeExpr *CE);
3399 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1745 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
3681 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1691 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp860 Value *VisitAsTypeExpr(AsTypeExpr *CE);
4579 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/external/clang/lib/Sema/
DTreeTransform.h11415 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
DSemaExpr.cpp5282 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc); in ActOnAsTypeExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h13820 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
DSemaExpr.cpp6508 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc); in ActOnAsTypeExpr()