Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DMakeMemberFunctionConstCheck.cpp81 bool VisitCXXConstCastExpr(const CXXConstCastExpr *) { in VisitCXXConstCastExpr()
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h564 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op, in CXXConstCastExpr() function
571 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr() function