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

  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 3855 unsigned index_opts; local
3856 index_opts = 0;
3858 index_opts |= CXIndexOpt_SuppressRedundantRefs;
3860 index_opts |= CXIndexOpt_IndexFunctionLocalSymbols;
3862 index_opts |= CXIndexOpt_SkipParsedBodiesInSession;
3864 index_opts |= CXIndexOpt_IndexImplicitTemplateInstantiations;
3866 return index_opts;
3874 unsigned index_opts; local
3891 index_opts = getIndexOptions();
3893 &IndexCB,sizeof(IndexCB), index_opts,
3914 unsigned index_opts; local
    [all...]

Completed in 33 milliseconds