Home
last modified time | relevance | path

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

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