Lines Matching defs:CXIndex
80 typedef void *CXIndex;
271 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
280 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index);
300 * Used to indicate that no special CXIndex options are needed.
414 * CXIndex createIndex(const char *ApplicationTemporaryPath) {
417 * CXIndex Idx;
446 CINDEX_LINKAGE CXIndex
450 * Sets general options associated with a CXIndex.
459 * CXIndex idx = ...;
467 CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(CXIndex, unsigned options);
470 * Gets the general options associated with a CXIndex.
476 * are associated with the given CXIndex object.
478 CINDEX_LINKAGE unsigned clang_CXIndex_getGlobalOptions(CXIndex);
481 * Sets the invocation emission path option in a CXIndex.
491 clang_CXIndex_setInvocationEmissionPathOption(CXIndex, const char *Path);
647 CXIndex CIdx, const char *source_filename, int num_clang_command_line_args,
658 clang_createTranslationUnit(CXIndex CIdx, const char *ast_filename);
669 clang_createTranslationUnit2(CXIndex CIdx, const char *ast_filename,
849 CXIndex CIdx, const char *source_filename,
899 CXIndex CIdx, const char *source_filename,
910 CXIndex CIdx, const char *source_filename,
6491 CINDEX_LINKAGE CXIndexAction clang_IndexAction_create(CXIndex CIdx);