Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DASTImporterTest.cpp80 IdentifierInfo *ImportedII = &FromCtx.Idents.get("declToImport"); in testImport() local
81 assert(ImportedII && "Declaration with 'declToImport' name" in testImport()
83 DeclarationName ImportDeclName(ImportedII); in testImport()