Searched defs:AsTypeExpr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5648 class AsTypeExpr : public Expr { class in inherits:Expr
5655 explicit AsTypeExpr(EmptyShell Empty) : Expr(AsTypeExprClass, Empty) {} function in class:clang::final::final::final::AsTypeExpr
5658 AsTypeExpr(Expr* SrcExpr, QualType DstType, function in class:clang::final::final::final::AsTypeExpr

Completed in 111 milliseconds