Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/tools/libclang/
H A DCXIndexDataConsumer.h353 return IndexOptions & CXIndexOpt_IndexFunctionLocalSymbols; in shouldIndexFunctionLocalSymbols()
H A DIndexing.cpp400 if (index_options & CXIndexOpt_IndexFunctionLocalSymbols) in getIndexingOptionsFromCXOptions()
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h5847 CXIndexOpt_IndexFunctionLocalSymbols = 0x2, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h6388 CXIndexOpt_IndexFunctionLocalSymbols = 0x2, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h6376 CXIndexOpt_IndexFunctionLocalSymbols = 0x2, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h6386 CXIndexOpt_IndexFunctionLocalSymbols = 0x2, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h6386 CXIndexOpt_IndexFunctionLocalSymbols = 0x2, enumerator
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c3300 index_opts |= CXIndexOpt_IndexFunctionLocalSymbols; in getIndexOptions()