Searched defs:ImplicitCastExpr (Results 1 – 6 of 6) sorted by relevance
| /external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
| D | SignedCharMisuseCheck.cpp | 61 const auto ImplicitCastExpr = in charCastExpression() local
|
| /external/clang/include/clang/AST/ |
| D | Expr.h | 2738 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/ |
| D | Expr.h | 3547 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
|
| D | Stmt.h | 517 friend class ImplicitCastExpr; variable
|
| /external/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 3716 AST_MATCHER_P(ImplicitCastExpr, hasImplicitDestinationType, in AST_MATCHER_P() argument
|
| /external/llvm-project/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 5339 AST_MATCHER_P(ImplicitCastExpr, hasImplicitDestinationType, in AST_MATCHER_P() argument
|