Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp2260 auto FooDef = functionDecl(hasName("foo")); in TEST_P() local
2270 auto *Foo = FirstDeclMatcher<FunctionDecl>().match(FromTU1, FooDef); in TEST_P()