Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp7887 if (auto SpecOrErr = import(*I)) in ImportCastPath() local
7888 Path.push_back(*SpecOrErr); in ImportCastPath()
7890 return SpecOrErr.takeError(); in ImportCastPath()