Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2278 CXCursor_OMPTaskLoopDirective = 258, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp629 K = CXCursor_OMPTaskLoopDirective; in MakeCXCursor()
DCIndex.cpp4866 case CXCursor_OMPTaskLoopDirective: in clang_getCursorKindSpelling()
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs465 const CXCursor_OMPTaskLoopDirective = 258, constant