Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2082 CXCursor_GotoStmt = 210, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp144 K = CXCursor_GotoStmt; in MakeCXCursor()
DCIndex.cpp4664 case CXCursor_GotoStmt: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2257 CXCursor_GotoStmt = 210, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp208 K = CXCursor_GotoStmt; in MakeCXCursor()
DCIndex.cpp5349 case CXCursor_GotoStmt: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs336 const CXCursor_GotoStmt = 210, constant