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.c3080 unsigned index_opts; in getIndexOptions() local
3081 index_opts = 0; in getIndexOptions()
3083 index_opts |= CXIndexOpt_SuppressRedundantRefs; in getIndexOptions()
3085 index_opts |= CXIndexOpt_IndexFunctionLocalSymbols; in getIndexOptions()
3087 index_opts |= CXIndexOpt_SkipParsedBodiesInSession; in getIndexOptions()
3089 return index_opts; in getIndexOptions()
3097 unsigned index_opts; in index_compile_args() local
3114 index_opts = getIndexOptions(); in index_compile_args()
3116 &IndexCB,sizeof(IndexCB), index_opts, in index_compile_args()
3136 unsigned index_opts; in index_ast_file() local
[all …]