Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DCXErrorCode.h56 CXError_ASTReadError = 4 enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp625 return CXError_ASTReadError; in clang_indexSourceFile_Impl()
H A DCIndex.cpp3683 return CXError_ASTReadError; in clang_parseTranslationUnit_Impl()
3692 return CXError_ASTReadError; in clang_parseTranslationUnit_Impl()
4269 return CXError_ASTReadError; in clang_reparseTranslationUnit_Impl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c182 case CXError_ASTReadError: in describeLibclangFailure()