Home
last modified time | relevance | path

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

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