Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2062 CXCursor_IfStmt = 205, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp124 K = CXCursor_IfStmt; in MakeCXCursor()
DCIndex.cpp4654 case CXCursor_IfStmt: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2237 CXCursor_IfStmt = 205, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp188 K = CXCursor_IfStmt; in MakeCXCursor()
DCIndex.cpp5339 case CXCursor_IfStmt: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs331 const CXCursor_IfStmt = 205, constant