Home
last modified time | relevance | path

Searched refs:BFDefP (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp2165 auto BFDefP = cxxMethodDecl( in TEST_P() local
2186 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFDefP), 1u); in TEST_P()
2201 auto BFDefP = cxxMethodDecl( in TEST_P() local
2217 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFDefP), 0u); in TEST_P()
2254 auto BFDefP = cxxMethodDecl( in TEST_P() local
2278 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFDefP), 0u); in TEST_P()