HomeSort by relevance Sort by last modified time
    Searched refs:CXIndex (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang-c/
Index.h 81 typedef void *CXIndex;
209 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
218 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index);
222 * \brief Used to indicate that no special CXIndex options are needed.
255 * \brief Sets general options associated with a CXIndex.
259 * CXIndex idx = ...;
267 CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(CXIndex, unsigned options);
270 * \brief Gets the general options associated with a CXIndex.
273 * are associated with the given CXIndex object.
275 CINDEX_LINKAGE unsigned clang_CXIndex_getGlobalOptions(CXIndex);
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 122 static unsigned CreateTranslationUnit(CXIndex Idx, const char *file,
    [all...]
  /external/clang/unittests/libclang/
LibclangTest.cpp 356 CXIndex Index;
  /external/clang/tools/libclang/
Indexing.cpp 40 using namespace cxindex;
406 CXIndex CIdx;
409 explicit IndexSessionData(CXIndex cIdx)
824 CXIndexAction clang_IndexAction_create(CXIndex CIdx) {
    [all...]
CIndex.cpp 69 using namespace clang::cxindex;
    [all...]

Completed in 71 milliseconds