Home
last modified time | relevance | path

Searched refs:CXCursor_InvalidCode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp367 ContainerKind(CXCursor_InvalidCode), ContainerIsIncomplete(1) { in AllocatedCXCodeCompleteResults()
649 AllocatedResults.ContainerKind = CXCursor_InvalidCode; in ProcessCodeCompleteResults()
941 return CXCursor_InvalidCode; in clang_codeCompleteGetContainerKind()
H A DCXCursor.cpp864 return MakeCXCursorInvalid(CXCursor_InvalidCode); in MakeCursorObjCClassRef()
H A DCIndex.cpp5437 case CXCursor_InvalidCode: in clang_getCursorKindSpelling()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1905 CXCursor_InvalidCode = 73, enumerator
1906 CXCursor_LastInvalid = CXCursor_InvalidCode,
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2768 if (containerKind != CXCursor_InvalidCode) { in perform_code_completion()