Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h33 class ImplicitCastExpr; variable
H A DExpr.h3677 ImplicitCastExpr(QualType ty, CastKind kind, Expr *op, in ImplicitCastExpr() function
3688 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr() function
3698 ImplicitCastExpr(OnStack_t _, QualType ty, CastKind kind, Expr *op, in ImplicitCastExpr() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6101 AST_MATCHER_P(ImplicitCastExpr, hasImplicitDestinationType, in AST_MATCHER_P() argument