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.cpp10199 auto DeclNameOrErr = Import(FromStorage->getDeclName()); in Import() local
10200 if (!DeclNameOrErr) in Import()
10201 return DeclNameOrErr.takeError(); in Import()
10202 return ToContext.getAssumedTemplateName(*DeclNameOrErr); in Import()