Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp706 (options & CXCodeComplete_IncludeCodePatterns), in clang_codeCompleteAt_Impl()
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h4833 CXCodeComplete_IncludeCodePatterns = 0x02, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h5318 CXCodeComplete_IncludeCodePatterns = 0x02, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h5306 CXCodeComplete_IncludeCodePatterns = 0x02, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h5316 CXCodeComplete_IncludeCodePatterns = 0x02, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h5316 CXCodeComplete_IncludeCodePatterns = 0x02, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs1218 const CXCodeComplete_IncludeCodePatterns = 2; constant
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c2167 completionOptions |= CXCodeComplete_IncludeCodePatterns; in perform_code_completion()