Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp109 case index_error_code::failed_import: in message()
349 return llvm::make_error<IndexError>(index_error_code::failed_import); in getCrossTUDefinitionImpl()
751 return llvm::make_error<IndexError>(index_error_code::failed_import); in importDefinitionImpl()
/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h47 failed_import, enumerator