Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/libclang/
H A DLibclangTest.cpp415 if (clang_getCursorKind(cursor) == CXCursor_CompoundStmt) { in TEST_F()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h2235 CXCursor_CompoundStmt = 202, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp352 K = CXCursor_CompoundStmt; in MakeCXCursor()
H A DCIndex.cpp4305 if (clang_getCursorKind(C) == CXCursor_CompoundStmt) in clang_Cursor_Evaluate()
5575 case CXCursor_CompoundStmt: in clang_getCursorKindSpelling()