Searched refs:index_opts (Results 1 – 1 of 1) sorted by relevance
3080 unsigned index_opts; in getIndexOptions() local3081 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() local3114 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 …]