Home
last modified time | relevance | path

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

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