Searched refs:AsTypeExpr (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 48 class AsTypeExpr; variable 135 ExprDependence computeDependence(AsTypeExpr *E);
|
H A D | Expr.h | 6034 class AsTypeExpr : public Expr { 6041 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function 6044 AsTypeExpr(Expr *SrcExpr, QualType DstType, ExprValueKind VK, in AsTypeExpr() function
|
H A D | RecursiveASTVisitor.h | 2922 DEF_TRAVERSE_STMT(AsTypeExpr, {})
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 218 def AsTypeExpr : StmtNode<Expr>;
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 262 ExprDependence clang::computeDependence(AsTypeExpr *E) { in computeDependence()
|
H A D | StmtProfile.cpp | 1897 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
|
H A D | StmtPrinter.cpp | 2729 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2301 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr() 4019 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2141 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 897 Value *VisitAsTypeExpr(AsTypeExpr *CE); 4982 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 14608 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
|
H A D | SemaExpr.cpp | 7132 return new (Context) AsTypeExpr(E, DestTy, VK, OK, BuiltinLoc, RParenLoc); in BuildAsTypeExpr()
|