Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h26 class OpaqueValueExpr; variable
H A DExpr.h55 class OpaqueValueExpr; variable
1174 explicit OpaqueValueExpr(EmptyShell Empty) OpaqueValueExpr() function
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6043 AST_POLYMORPHIC_MATCHER_P(hasSourceExpression,AST_POLYMORPHIC_SUPPORTED_TYPES (CastExpr,OpaqueValueExpr),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument