Home
last modified time | relevance | path

Searched refs:CXCursor_InvalidFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp1512 return MakeCXCursorInvalid(CXCursor_InvalidFile); in getEmptyKey()
1646 CXCursor backRefCursor = MakeCXCursorInvalid(CXCursor_InvalidFile, TU); in clang_getOverriddenCursors()
H A DCIndex.cpp5635 case CXCursor_InvalidFile: in clang_getCursorKindSpelling()
6115 return MakeCXCursorInvalid(CXCursor_InvalidFile); in clang_getNullCursor()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1902 CXCursor_InvalidFile = 70, enumerator
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c2306 prevCursor.kind != CXCursor_InvalidFile) { in perform_file_scan()