Searched refs:AsTypeExpr (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 48 class AsTypeExpr; variable 138 ExprDependence computeDependence(AsTypeExpr *E);
|
| H A D | Expr.h | 6613 class AsTypeExpr : public Expr { 6620 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function 6623 AsTypeExpr(Expr *SrcExpr, QualType DstType, ExprValueKind VK, in AsTypeExpr() function
|
| H A D | RecursiveASTVisitor.h | 3046 DEF_TRAVERSE_STMT(AsTypeExpr, {})
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 220 def AsTypeExpr : StmtNode<Expr>;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 265 ExprDependence clang::computeDependence(AsTypeExpr *E) { in computeDependence()
|
| H A D | StmtProfile.cpp | 1987 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
|
| H A D | StmtPrinter.cpp | 2927 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2392 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr() 4373 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2330 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 962 Value *VisitAsTypeExpr(AsTypeExpr *CE); 5772 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 17069 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
|
| H A D | SemaExpr.cpp | 6819 return new (Context) AsTypeExpr(E, DestTy, VK, OK, BuiltinLoc, RParenLoc); in BuildAsTypeExpr()
|