Home
last modified time | relevance | path

Searched refs:CXCursor_LabelRef (Results 1 – 25 of 73) sorted by relevance

123

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/libclang/
H A DCXCursor.cpp915 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } }; in MakeCursorLabelRef()
921 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dtokeninfo.cpp484 case CXCursor_LabelRef: in identifierKind()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/tools/libclang/
H A DCXCursor.cpp1031 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1037 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/tools/libclang/
H A DCXCursor.cpp964 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } }; in MakeCursorLabelRef()
970 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/tools/libclang/
H A DCXCursor.cpp1050 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1056 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/tools/libclang/
H A DCXCursor.cpp1031 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1037 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/libclang/
H A DCXCursor.cpp1031 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1037 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/tools/libclang/
H A DCXCursor.cpp1032 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1038 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/libclang/
H A DCXCursor.cpp946 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } }; in MakeCursorLabelRef()
952 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/libclang/
H A DCXCursor.cpp964 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } }; in MakeCursorLabelRef()
970 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/tools/libclang/
H A DCXCursor.cpp1050 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1056 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/tools/libclang/
H A DCXCursor.cpp1053 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1059 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/tools/libclang/
H A DCXCursor.cpp1050 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1056 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/lang/clang-mesa/clang-13.0.1.src/tools/libclang/
H A DCXCursor.cpp1050 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1056 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/tools/libclang/
H A DCXCursor.cpp1031 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1037 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/tools/libclang/
H A DCXCursor.cpp1050 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}}; in MakeCursorLabelRef()
1056 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/libclang/
H A DCXCursor.cpp940 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } }; in MakeCursorLabelRef()
946 assert(C.kind == CXCursor_LabelRef); in getCursorLabelRef()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/libclang/clang-c/
H A DIndex.h1600 CXCursor_LabelRef = 48, enumerator
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang-c/
H A DIndex.h1852 CXCursor_LabelRef = 48, enumerator
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang-c/
H A DIndex.h1852 CXCursor_LabelRef = 48, enumerator
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang-c/
H A DIndex.h1852 CXCursor_LabelRef = 48, enumerator
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang-c/
H A DIndex.h1852 CXCursor_LabelRef = 48, enumerator
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang-c/
H A DIndex.h1879 CXCursor_LabelRef = 48, enumerator
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang-c/
H A DIndex.h1852 CXCursor_LabelRef = 48, enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang-c/
H A DIndex.h1852 CXCursor_LabelRef = 48, enumerator

123