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

References

tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  347                         "Y y; bool c = !y;", OpCall));
  357                            "void a() {Y *y = new Y; delete y;}", OpCall));
  362                       OpCall));
  364   EXPECT_TRUE(notMatches("bool x = true, y = true; bool t = x && y;", OpCall));
  365   EXPECT_TRUE(notMatches("int t = 5 << 2;", OpCall));