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 466 CXIndexAction idxAction;
485 CXIndexAction cxIdxAction = ITUI->idxAction;
682 CXIndexAction idxAction;
950 void clang_IndexAction_dispose(CXIndexAction idxAction) {
951 if (idxAction)
952 delete static_cast<IndexSessionData *>(idxAction);
955 int clang_indexSourceFile(CXIndexAction idxAction,
978 idxAction,
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 78 milliseconds