Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp58 const auto CStyleCastExpr = cStyleCastExpr(has(ImplicitCastExpr)); in charCastExpression() local
/llvm-project/clang/include/clang/AST/
H A DExpr.h3780 CStyleCastExpr(QualType exprTy, ExprValueKind vk, CastKind kind, Expr *op, CStyleCastExpr() function
3791 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, CStyleCastExpr() function