Searched refs:AsTypeExpr (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 47 class AsTypeExpr; variable 129 ExprDependence computeDependence(AsTypeExpr *E);
|
H A D | Expr.h | 5952 class AsTypeExpr : public Expr { 5959 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function 5962 AsTypeExpr(Expr *SrcExpr, QualType DstType, ExprValueKind VK, in AsTypeExpr() function
|
H A D | RecursiveASTVisitor.h | 2793 DEF_TRAVERSE_STMT(AsTypeExpr, {})
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 216 def AsTypeExpr : StmtNode<Expr>;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 244 ExprDependence clang::computeDependence(AsTypeExpr *E) { in computeDependence()
|
H A D | StmtProfile.cpp | 1787 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
|
H A D | StmtPrinter.cpp | 2538 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2266 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr() 3798 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2098 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 864 Value *VisitAsTypeExpr(AsTypeExpr *CE); 4735 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 14060 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
|
H A D | SemaExpr.cpp | 6550 return new (Context) AsTypeExpr(E, DestTy, VK, OK, BuiltinLoc, RParenLoc); in BuildAsTypeExpr()
|