Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp452 auto ImportedSpecOrError = Importer->Import(Spec); in importSpecializations() local
453 if (!ImportedSpecOrError) { in importSpecializations()
454 llvm::consumeError(ImportedSpecOrError.takeError()); in importSpecializations()