Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterFixtures.h39 const StringRef DeclToImportID = "declToImport"; variable
168 StringRef Identifier = DeclToImportID);
267 auto ToImport = selectFirst<NodeType>(DeclToImportID, FoundNodes); in testImport()
300 has(namedDecl(hasName(DeclToImportID)).bind(DeclToImportID))), in testImport()
404 auto FoundDecl = match(Action.ImportPredicate.bind(DeclToImportID), in testImportSequence()
407 const Decl *ToImport = selectFirst<Decl>(DeclToImportID, FoundDecl); in testImportSequence()