Searched refs:ImportFoo (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterTest.cpp | 2926 ImportAction ImportFoo{"foo.c", "main.c", functionDecl(hasName("foo"))}, in TEST_P() local 2930 Samples, {ImportFoo, ImportMoo}, // "foo", them "moo". in TEST_P() 2936 Samples, {ImportMoo, ImportFoo}, // "moo", them "foo". in TEST_P()
|