Home
last modified time | relevance | path

Searched defs:ImplicitCastExpr (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignedCharMisuseCheck.cpp61 const auto ImplicitCastExpr = in charCastExpression() local
/external/clang/include/clang/AST/
DExpr.h2738 ImplicitCastExpr(QualType ty, CastKind kind, Expr *op, in ImplicitCastExpr() function
2744 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize) in ImplicitCastExpr() function
2749 ImplicitCastExpr(OnStack_t _, QualType ty, CastKind kind, Expr *op, in ImplicitCastExpr() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h3547 ImplicitCastExpr(QualType ty, CastKind kind, Expr *op, in ImplicitCastExpr() function
3557 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr() function
3567 ImplicitCastExpr(OnStack_t _, QualType ty, CastKind kind, Expr *op, in ImplicitCastExpr() function
DStmt.h517 friend class ImplicitCastExpr; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3716 AST_MATCHER_P(ImplicitCastExpr, hasImplicitDestinationType, in AST_MATCHER_P() argument
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5339 AST_MATCHER_P(ImplicitCastExpr, hasImplicitDestinationType, in AST_MATCHER_P() argument