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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h333 class CXXConstCastExpr : public CXXNamedCastExpr { class in namespace:clang
334 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op, function in class:clang::CXXConstCastExpr
340 explicit CXXConstCastExpr(EmptyShell Empty) function in class:clang::CXXConstCastExpr

Completed in 155 milliseconds