Home
last modified time | relevance | path

Searched refs:index_opts (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/c-index-test/
Dc-index-test.c2489 unsigned index_opts; in getIndexOptions() local
2490 index_opts = 0; in getIndexOptions()
2492 index_opts |= CXIndexOpt_SuppressRedundantRefs; in getIndexOptions()
2494 index_opts |= CXIndexOpt_IndexFunctionLocalSymbols; in getIndexOptions()
2496 return index_opts; in getIndexOptions()
2504 unsigned index_opts; in index_file() local
2533 index_opts = getIndexOptions(); in index_file()
2536 &IndexCB,sizeof(IndexCB), index_opts, in index_file()
2552 unsigned index_opts; in index_tu() local
2585 index_opts = getIndexOptions(); in index_tu()
[all …]