Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9832 auto DeclNameOrErr = Import(FromStorage->getDeclName()); in Import() local
9833 if (!DeclNameOrErr) in Import()
9834 return DeclNameOrErr.takeError(); in Import()
9835 return ToContext.getAssumedTemplateName(*DeclNameOrErr); in Import()