Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTMerger.cpp457 auto ImportedSpecOrError = Importer->Import(Spec); in importSpecializations() local
458 if (!ImportedSpecOrError) { in importSpecializations()
459 llvm::consumeError(ImportedSpecOrError.takeError()); in importSpecializations()