Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.h262 auto FoundNodes = match(SearchMatcher, FromCtx); in testImport() local
263 if (FoundNodes.size() != 1) in testImport()
267 auto ToImport = selectFirst<NodeType>(DeclToImportID, FoundNodes); in testImport()