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

References

tools/clang/unittests/AST/ASTImporterTest.cpp
 2164   EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFP), 1u);
 2165   EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFP), 1u);
 2166   EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFDefP), 1u);
 2167   EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, DFDefP), 1u);
 2168   EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, FDefAllP), 2u);