Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2015 CXCursor_OMPArraySectionExpr = 147, enumerator
2017 CXCursor_LastExpr = CXCursor_OMPArraySectionExpr,
/external/clang/tools/libclang/
DCXCursor.cpp340 K = CXCursor_OMPArraySectionExpr; in MakeCXCursor()
DCIndex.cpp4562 case CXCursor_OMPArraySectionExpr: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs315 const CXCursor_OMPArraySectionExpr = 147, constant