Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp590 if (llvm::Error InitError = lazyInitInvocationList()) in loadFromSource() local
591 return std::move(InitError); in loadFromSource()