reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1821 extern const internal::VariadicDynCastAllOfMatcher<Stmt, BlockExpr> blockExpr;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  143   REGISTER_MATCHER(blockExpr);
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 1572   EXPECT_TRUE(matchesObjC("void f() { ^{}(); }", blockExpr()));