Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.cpp156 IdentifierInfo *ImportedII = &FromCtx.Idents.get(Identifier); in getImportedDecl() local
157 assert(ImportedII && "Declaration with the given identifier " in getImportedDecl()
159 DeclarationName ImportDeclName(ImportedII); in getImportedDecl()
/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()