Home | History | Annotate | Download | only in libclang

Lines Matching full:cxindex

54 using namespace clang::cxindex;
2392 CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
2428 void clang_disposeIndex(CXIndex CIdx) {
2433 void clang_CXIndex_setGlobalOptions(CXIndex CIdx, unsigned options) {
2438 unsigned clang_CXIndex_getGlobalOptions(CXIndex CIdx) {
2451 CXTranslationUnit clang_createTranslationUnit(CXIndex CIdx,
2475 clang_createTranslationUnitFromSourceFile(CXIndex CIdx,
2489 CXIndex CIdx;
2501 CXIndex CIdx = PTUI->CIdx;
2620 CXTranslationUnit clang_parseTranslationUnit(CXIndex CIdx,
5848 void cxindex::printDiagsToStderr(ASTUnit *Unit) {