Searched defs:ImplicitCastExpr (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ComputeDependence.h | 33 class ImplicitCastExpr; variable |
H A D | Expr.h | 3628 ImplicitCastExpr(QualType ty, CastKind kind, Expr *op, ImplicitCastExpr() function |
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ | ||
H A D | ASTMatchers.h | 6077 AST_MATCHER_P(ImplicitCastExpr,hasImplicitDestinationType,internal::Matcher<QualType>,InnerMatcher) AST_MATCHER_P() argument |