Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp2169 auto FDefAllP = cxxMethodDecl(hasName("f"), isDefinition()); in TEST_P() local
2188 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, FDefAllP), 2u); in TEST_P()