OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:index_error_code
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
CrossTranslationUnit.h
40
enum class
index_error_code
{
class in namespace:clang::cross_tu
63
IndexError(
index_error_code
C) : Code(C), LineNo(0) {}
64
IndexError(
index_error_code
C, std::string FileName, int LineNo = 0)
66
IndexError(
index_error_code
C, std::string FileName, std::string TripleToName,
73
index_error_code
getCode() const { return Code; }
80
index_error_code
Code;
Completed in 67 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026