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

  /external/clang/tools/libclang/
Indexing.cpp 474 CXIndexAction idxAction;
504 CXIndexAction cxIdxAction = ITUI->idxAction;
689 CXIndexAction idxAction;
954 void clang_IndexAction_dispose(CXIndexAction idxAction) {
955 if (idxAction)
956 delete static_cast<IndexSessionData *>(idxAction);
959 int clang_indexSourceFile(CXIndexAction idxAction,
977 IndexSourceFileInfo ITUI = { idxAction, client_data, index_callbacks,
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 155 milliseconds