Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td202 def AsTypeExpr : DStmt<Expr>;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h5231 class AsTypeExpr : public Expr {
5238 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} in AsTypeExpr() function
5241 AsTypeExpr(Expr* SrcExpr, QualType DstType, in AsTypeExpr() function
H A DRecursiveASTVisitor.h2621 DEF_TRAVERSE_STMT(AsTypeExpr, {})
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1898 void ASTStmtReader::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
3357 S = new (Context) AsTypeExpr(Empty); in ReadStmtFromStream()
H A DASTWriterStmt.cpp1804 void ASTStmtWriter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp1534 void StmtProfiler::VisitAsTypeExpr(const AsTypeExpr *S) { in VisitAsTypeExpr()
H A DStmtPrinter.cpp2367 void StmtPrinter::VisitAsTypeExpr(AsTypeExpr *Node) { in VisitAsTypeExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp802 Value *VisitAsTypeExpr(AsTypeExpr *CE);
4237 Value *ScalarExprEmitter::VisitAsTypeExpr(AsTypeExpr *E) { in VisitAsTypeExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h12296 TreeTransform<Derived>::TransformAsTypeExpr(AsTypeExpr *E) { in TransformAsTypeExpr()
H A DSemaExpr.cpp5561 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc); in ActOnAsTypeExpr()