Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp93 case index_error_code::failed_import: in message()
243 return llvm::make_error<IndexError>(index_error_code::failed_import); in getCrossTUDefinition()
338 return llvm::make_error<IndexError>(index_error_code::failed_import); in importDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h43 failed_import, enumerator