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

References

tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
  683   EXPECT_TRUE(matches("auto x = []{};", IsLambda));
  684   EXPECT_TRUE(notMatches("struct S { void operator()() const; };", IsLambda));