Lines Matching refs:CXIndex
3384 CXIndex clang_createIndex(int excludeDeclarationsFromPCH, in clang_createIndex()
3419 void clang_disposeIndex(CXIndex CIdx) { in clang_disposeIndex()
3424 void clang_CXIndex_setGlobalOptions(CXIndex CIdx, unsigned options) { in clang_CXIndex_setGlobalOptions()
3429 unsigned clang_CXIndex_getGlobalOptions(CXIndex CIdx) { in clang_CXIndex_getGlobalOptions()
3435 void clang_CXIndex_setInvocationEmissionPathOption(CXIndex CIdx, in clang_CXIndex_setInvocationEmissionPathOption()
3448 CXTranslationUnit clang_createTranslationUnit(CXIndex CIdx, in clang_createTranslationUnit()
3459 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2()
3491 CXIndex CIdx, const char *source_filename, int num_command_line_args, in clang_createTranslationUnitFromSourceFile()
3501 clang_parseTranslationUnit_Impl(CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit_Impl()
3665 clang_parseTranslationUnit(CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit()
3681 CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit2()
3695 CXIndex CIdx, const char *source_filename, in clang_parseTranslationUnit2FullArgv()