Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h33 class ImplicitCastExpr; variable
H A DExpr.h3628 ImplicitCastExpr(QualType ty, CastKind kind, Expr *op, ImplicitCastExpr() function
3639 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, ImplicitCastExpr() function
3649 ImplicitCastExpr(OnStack_t _, QualType ty, CastKind kind, Expr *op, ImplicitCastExpr() function
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6077 AST_MATCHER_P(ImplicitCastExpr,hasImplicitDestinationType,internal::Matcher<QualType>,InnerMatcher) AST_MATCHER_P() argument