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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 3023     ASSERT_EQ(DeclCounter<CXXMethodDecl>().match(ToClass, MethodMatcher), 1u);
 3027           FirstDeclMatcher<CXXMethodDecl>().match(ToClass, MethodMatcher);
 3028       ToClass->removeDecl(Method);
 3032     ASSERT_EQ(DeclCounter<CXXMethodDecl>().match(ToClass, MethodMatcher), 0u);
 3042     EXPECT_EQ(ToClass, ImportedClass);
 3043     EXPECT_EQ(DeclCounter<CXXMethodDecl>().match(ToClass, MethodMatcher),