Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.h346 return IndexOptions & CXIndexOpt_SuppressRedundantRefs; in shouldSuppressRefs()
/openbsd/gnu/llvm/clang/include/clang-c/
H A DIndex.h6159 CXIndexOpt_SuppressRedundantRefs = 0x1, enumerator
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3883 index_opts |= CXIndexOpt_SuppressRedundantRefs; in getIndexOptions()