Searched refs:index_opts (Results 1 – 1 of 1) sorted by relevance
2489 unsigned index_opts; in getIndexOptions() local2490 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() local2533 index_opts = getIndexOptions(); in index_file()2536 &IndexCB,sizeof(IndexCB), index_opts, in index_file()2552 unsigned index_opts; in index_tu() local2585 index_opts = getIndexOptions(); in index_tu()[all …]