/external/llvm-project/clang/include/clang/AST/ |
D | ComputeDependence.h | 47 class AsTypeExpr; variable 129 ExprDependence computeDependence(AsTypeExpr *E);
|
D | Expr.h | 5947 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
|
D | RecursiveASTVisitor.h | 2764 DEF_TRAVERSE_STMT(AsTypeExpr, {})
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 193 def AsTypeExpr : DStmt<Expr>;
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 216 def AsTypeExpr : StmtNode<Expr>;
|
/external/llvm-project/clang/lib/AST/ |
D | ComputeDependence.cpp | 214 ExprDependence clang::computeDependence(AsTypeExpr *E) { in computeDependence()
|
D | StmtProfile.cpp | 1726 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
|
D | StmtPrinter.cpp | 2551 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4609 class AsTypeExpr : public Expr { 4616 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function 4619 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr() function
|
D | RecursiveASTVisitor.h | 2445 DEF_TRAVERSE_STMT(AsTypeExpr, {})
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 1217 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
|
D | StmtPrinter.cpp | 2554 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2265 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr() 3741 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2097 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 567 Value *VisitAsTypeExpr(AsTypeExpr *CE); 3399 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1745 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr() 3681 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 1691 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 860 Value *VisitAsTypeExpr(AsTypeExpr *CE); 4579 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 11415 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
|
D | SemaExpr.cpp | 5282 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc); in ActOnAsTypeExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 13820 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
|
D | SemaExpr.cpp | 6508 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc); in ActOnAsTypeExpr()
|