Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3880 unsigned index_opts; in getIndexOptions() local
3881 index_opts = 0; in getIndexOptions()
3883 index_opts |= CXIndexOpt_SuppressRedundantRefs; in getIndexOptions()
3885 index_opts |= CXIndexOpt_IndexFunctionLocalSymbols; in getIndexOptions()
3887 index_opts |= CXIndexOpt_SkipParsedBodiesInSession; in getIndexOptions()
3891 return index_opts; in getIndexOptions()
3899 unsigned index_opts; in index_compile_args() local
3916 index_opts = getIndexOptions(); in index_compile_args()
3939 unsigned index_opts; in index_ast_file() local
3954 index_opts = getIndexOptions(); in index_ast_file()
[all …]