Lines Matching refs:CXIndex
1283 opaque!(CXIndex);
1683 pub fn clang_CXIndex_getGlobalOptions(index: CXIndex) -> CXGlobalOptFlags;
1684 pub fn clang_CXIndex_setGlobalOptions(index: CXIndex, flags: CXGlobalOptFlags);
1687 pub fn clang_CXIndex_setInvocationEmissionPathOption(index: CXIndex, path: *const c_char);
1846 pub fn clang_IndexAction_create(index: CXIndex) -> CXIndexAction;
1934 pub fn clang_createIndex(exclude: c_int, display: c_int) -> CXIndex;
1935 pub fn clang_createTranslationUnit(index: CXIndex, file: *const c_char) -> CXTranslationUnit;
1936 …pub fn clang_createTranslationUnit2(index: CXIndex, file: *const c_char, tu: *mut CXTranslationUni…
1937 …pub fn clang_createTranslationUnitFromSourceFile(index: CXIndex, file: *const c_char, n_arguments:…
1949 pub fn clang_disposeIndex(index: CXIndex);
2158 …pub fn clang_parseTranslationUnit(index: CXIndex, file: *const c_char, arguments: *const *const c_…
2159 …pub fn clang_parseTranslationUnit2(index: CXIndex, file: *const c_char, arguments: *const *const c…
2162 …pub fn clang_parseTranslationUnit2FullArgv(index: CXIndex, file: *const c_char, arguments: *const …