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.c3295 unsigned index_opts; in getIndexOptions() local
3296 index_opts = 0; in getIndexOptions()
3298 index_opts |= CXIndexOpt_SuppressRedundantRefs; in getIndexOptions()
3300 index_opts |= CXIndexOpt_IndexFunctionLocalSymbols; in getIndexOptions()
3302 index_opts |= CXIndexOpt_SkipParsedBodiesInSession; in getIndexOptions()
3304 return index_opts; in getIndexOptions()
3312 unsigned index_opts; in index_compile_args() local
3329 index_opts = getIndexOptions(); in index_compile_args()
3331 &IndexCB,sizeof(IndexCB), index_opts, in index_compile_args()
3351 unsigned index_opts; in index_ast_file() local
[all …]