Lines Matching refs:CXIndex
2804 CXIndex clang_createIndex(int excludeDeclarationsFromPCH, in clang_createIndex()
2832 void clang_disposeIndex(CXIndex CIdx) { in clang_disposeIndex()
2837 void clang_CXIndex_setGlobalOptions(CXIndex CIdx, unsigned options) { in clang_CXIndex_setGlobalOptions()
2842 unsigned clang_CXIndex_getGlobalOptions(CXIndex CIdx) { in clang_CXIndex_getGlobalOptions()
2855 CXTranslationUnit clang_createTranslationUnit(CXIndex CIdx, in clang_createTranslationUnit()
2866 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2()
2899 clang_createTranslationUnitFromSourceFile(CXIndex CIdx, in clang_createTranslationUnitFromSourceFile()
2913 CXIndex CIdx;
2925 CXIndex CIdx = PTUI->CIdx; in clang_parseTranslationUnit_Impl()
3046 clang_parseTranslationUnit(CXIndex CIdx, in clang_parseTranslationUnit()
3064 CXIndex CIdx, in clang_parseTranslationUnit2()