Home
last modified time | relevance | path

Searched defs:IndexError (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h64 IndexError(index_error_code C) : Code(C), LineNo(0) {} in IndexError() function
67 IndexError(index_error_code C, std::string FileName, std::string TripleToName, in IndexError() function
/llvm-project/clang/unittests/CrossTU/
H A DCrossTranslationUnitTest.cpp86 []() { return nullptr; }, [](IndexError &) {}); in HandleTranslationUnit() argument