Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExternalASTMerger.cpp455 auto ImportedSpecOrError = Importer->Import(Spec); in importSpecializations() local
456 if (!ImportedSpecOrError) { in importSpecializations()
457 llvm::consumeError(ImportedSpecOrError.takeError()); in importSpecializations()