Searched refs:CXCursor_LabelRef (Results 1 – 7 of 7) sorted by relevance
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 874 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } }; in MakeCursorLabelRef() 880 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
|
D | CIndex.cpp | 4168 case CXCursor_LabelRef: { in clang_getCursorSpelling() 4540 case CXCursor_LabelRef: in clang_getCursorKindSpelling() 5206 case CXCursor_LabelRef: { in clang_getCursorLocation() 5339 case CXCursor_LabelRef: in getRawCursorExtent() 5555 case CXCursor_LabelRef: in clang_getCursorReferenced()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXCursor.cpp | 1031 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef() 1037 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
|
D | CIndex.cpp | 4633 case CXCursor_LabelRef: { in clang_getCursorSpelling() 5213 case CXCursor_LabelRef: in clang_getCursorKindSpelling() 5981 case CXCursor_LabelRef: { in clang_getCursorLocation() 6113 case CXCursor_LabelRef: in getRawCursorExtent() 6327 case CXCursor_LabelRef: in clang_getCursorReferenced()
|
/external/clang/include/clang-c/ |
D | Index.h | 1699 CXCursor_LabelRef = 48, enumerator
|
/external/llvm-project/clang/include/clang-c/ |
D | Index.h | 1852 CXCursor_LabelRef = 48, enumerator
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 266 const CXCursor_LabelRef = 48, constant
|