Home
last modified time | relevance | path

Searched refs:CXError_Success (Results 1 – 6 of 6) sorted by relevance

/external/clang/tools/libclang/
DBuildSystem.cpp57 return CXError_Success; in clang_VirtualFileOverlay_addFileMapping()
66 return CXError_Success; in clang_VirtualFileOverlay_setCaseSensitivity()
84 return CXError_Success; in clang_VirtualFileOverlay_writeToBuffer()
112 return CXError_Success; in clang_ModuleMapDescriptor_setFrameworkModuleName()
122 return CXError_Success; in clang_ModuleMapDescriptor_setUmbrellaHeader()
146 return CXError_Success; in clang_ModuleMapDescriptor_writeToBuffer()
DIndexing.cpp604 return CXError_Success; in clang_indexSourceFile_Impl()
683 return CXError_Success; in clang_indexTranslationUnit_Impl()
DCIndex.cpp3121 assert((TU && Result == CXError_Success) || in clang_createTranslationUnit()
3122 (!TU && Result != CXError_Success)); in clang_createTranslationUnit()
3152 return *out_TU ? CXError_Success : CXError_Failure; in clang_createTranslationUnit2()
3304 return *out_TU ? CXError_Success : CXError_Failure; in clang_parseTranslationUnit_Impl()
3320 assert((TU && Result == CXError_Success) || in clang_parseTranslationUnit()
3321 (!TU && Result != CXError_Success)); in clang_parseTranslationUnit()
3820 return CXError_Success; in clang_reparseTranslationUnit_Impl()
/external/clang/include/clang-c/
DCXErrorCode.h33 CXError_Success = 0, enumerator
/external/clang/unittests/libclang/
DLibclangTest.cpp51 EXPECT_EQ(Err, CXError_Success); in map()
490 EXPECT_EQ(CXError_Success, in TEST_F()
/external/clang/tools/c-index-test/
Dc-index-test.c94 case CXError_Success: in describeLibclangFailure()
125 if (Err != CXError_Success) { in CreateTranslationUnit()
1654 if (Err != CXError_Success) { in perform_test_load_source()
1669 if (Err != CXError_Success) { in perform_test_load_source()
1723 if (Err != CXError_Success) { in perform_test_reparse_source()
1753 if (Err != CXError_Success) { in perform_test_reparse_source()
2192 if (Err != CXError_Success) { in perform_code_completion()
2201 if (Err != CXError_Success) { in perform_code_completion()
2338 if (Err != CXError_Success) { in inspect_cursor_at()
2351 if (Err != CXError_Success) { in inspect_cursor_at()
[all …]