Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp83 return CXCompletionChunk_RightParen; in clang_getCompletionChunkKind()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp81 return CXCompletionChunk_RightParen; in clang_getCompletionChunkKind()
/external/clang/include/clang-c/
DIndex.h4595 CXCompletionChunk_RightParen, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h5260 CXCompletionChunk_RightParen, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs200 const CXCompletionChunk_RightParen = 7, constant
/external/clang/tools/c-index-test/
Dc-index-test.c1926 case CXCompletionChunk_RightParen: return "RightParen"; in clang_getCompletionChunkKindSpelling()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2385 case CXCompletionChunk_RightParen: return "RightParen"; in clang_getCompletionChunkKindSpelling()