HomeSort by relevance Sort by last modified time
    Searched refs:IndexOpts (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Index/
IndexingContext.h 38 IndexingOptions IndexOpts;
43 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer)
44 : IndexOpts(IndexOpts), DataConsumer(DataConsumer) {}
46 const IndexingOptions &getIndexOpts() const { return IndexOpts; }
IndexingContext.cpp 21 return IndexOpts.IndexFunctionLocals;
84 switch (IndexOpts.SystemSymbolFilter) {
261 switch (IndexOpts.SystemSymbolFilter) {
  /external/clang/tools/c-index-test/
core_main.cpp 150 IndexingOptions IndexOpts;
152 IndexAction = createIndexingAction(DataConsumer, IndexOpts,

Completed in 2137 milliseconds