Lines Matching refs:index_opts
3080 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
3151 index_opts = getIndexOptions(); in index_ast_file()
3154 index_opts, TU); in index_ast_file()