Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2086 CXCursor_IndirectGotoStmt = 211, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp148 K = CXCursor_IndirectGotoStmt; in MakeCXCursor()
DCIndex.cpp4666 case CXCursor_IndirectGotoStmt: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2261 CXCursor_IndirectGotoStmt = 211, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp212 K = CXCursor_IndirectGotoStmt; in MakeCXCursor()
DCIndex.cpp5351 case CXCursor_IndirectGotoStmt: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs337 const CXCursor_IndirectGotoStmt = 211, constant