Home
last modified time | relevance | path

Searched refs:CXIndexOpt_IndexFunctionLocalSymbols (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h351 return IndexOptions & CXIndexOpt_IndexFunctionLocalSymbols; in shouldIndexFunctionLocalSymbols()
H A DIndexing.cpp425 if (index_options & CXIndexOpt_IndexFunctionLocalSymbols) in getIndexingOptionsFromCXOptions()
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6649 CXIndexOpt_IndexFunctionLocalSymbols = 0x2, enumerator
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3860 index_opts |= CXIndexOpt_IndexFunctionLocalSymbols; in getIndexOptions()