Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.h349 return IndexOptions & CXIndexOpt_SuppressRedundantRefs; in shouldSuppressRefs()
/external/clang/include/clang-c/
DIndex.h5841 CXIndexOpt_SuppressRedundantRefs = 0x1, enumerator
/external/clang/tools/c-index-test/
Dc-index-test.c3298 index_opts |= CXIndexOpt_SuppressRedundantRefs; in getIndexOptions()