Home
last modified time | relevance | path

Searched refs:CXCompletionChunk_Equal (Results 1 – 7 of 7) sorted by relevance

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp103 return CXCompletionChunk_Equal; in clang_getCompletionChunkKind()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp101 return CXCompletionChunk_Equal; in clang_getCompletionChunkKind()
/external/clang/include/clang-c/
DIndex.h4643 CXCompletionChunk_Equal, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h5308 CXCompletionChunk_Equal, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs211 const CXCompletionChunk_Equal = 18, constant
/external/clang/tools/c-index-test/
Dc-index-test.c1937 case CXCompletionChunk_Equal: return "Equal"; in clang_getCompletionChunkKindSpelling()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2396 case CXCompletionChunk_Equal: return "Equal"; in clang_getCompletionChunkKindSpelling()