Home
last modified time | relevance | path

Searched refs:CXCursor_CompoundStmt (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/unittests/libclang/
DLibclangTest.cpp415 if (clang_getCursorKind(cursor) == CXCursor_CompoundStmt) { in TEST_F()
/external/clang/include/clang-c/
DIndex.h2050 CXCursor_CompoundStmt = 202, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp278 K = CXCursor_CompoundStmt; in MakeCXCursor()
DCIndex.cpp4648 case CXCursor_CompoundStmt: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2225 CXCursor_CompoundStmt = 202, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp353 K = CXCursor_CompoundStmt; in MakeCXCursor()
DCIndex.cpp4068 if (clang_getCursorKind(C) == CXCursor_CompoundStmt) in clang_Cursor_Evaluate()
5333 case CXCursor_CompoundStmt: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs328 const CXCursor_CompoundStmt = 202, constant