HomeSort by: relevance | last modified time | path
    Searched refs:CXIndex (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 75 typedef void *CXIndex;
266 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
275 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index);
279 * Used to indicate that no special CXIndex options are needed.
312 * Sets general options associated with a CXIndex.
316 * CXIndex idx = ...;
324 CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(CXIndex, unsigned options);
327 * Gets the general options associated with a CXIndex.
330 * are associated with the given CXIndex object.
332 CINDEX_LINKAGE unsigned clang_CXIndex_getGlobalOptions(CXIndex);
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 194 static unsigned CreateTranslationUnit(CXIndex Idx, const char *file,
1891 CXIndex Idx;
1935 static int perform_test_load(CXIndex Idx, CXTranslationUnit TU,
1995 CXIndex Idx;
2015 CXIndex Idx;
2091 CXIndex Idx;
2193 CXIndex Idx;
2221 CXIndex Idx;
2267 CXIndex Idx;
2670 CXIndex CIdx
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp 39 using namespace cxindex;
433 CXIndex CIdx;
437 explicit IndexSessionData(CXIndex cIdx) : CIdx(cIdx) {}
852 CXIndexAction clang_IndexAction_create(CXIndex CIdx) {
CIndex.cpp 71 using namespace clang::cxindex;
3425 CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
3460 void clang_disposeIndex(CXIndex CIdx) {
3465 void clang_CXIndex_setGlobalOptions(CXIndex CIdx, unsigned options) {
3470 unsigned clang_CXIndex_getGlobalOptions(CXIndex CIdx) {
3476 void clang_CXIndex_setInvocationEmissionPathOption(CXIndex CIdx,
3489 CXTranslationUnit clang_createTranslationUnit(CXIndex CIdx,
3500 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx,
3532 CXIndex CIdx, const char *source_filename, int num_command_line_args,
3542 clang_parseTranslationUnit_Impl(CXIndex CIdx, const char *source_filename
    [all...]

Completed in 24 milliseconds