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 467 CXIndexAction idxAction;
486 CXIndexAction cxIdxAction = ITUI->idxAction;
683 CXIndexAction idxAction;
956 void clang_IndexAction_dispose(CXIndexAction idxAction) {
957 if (idxAction)
958 delete static_cast<IndexSessionData *>(idxAction);
961 int clang_indexSourceFile(CXIndexAction idxAction,
984 idxAction,
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 66 milliseconds