Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2246 CXCursor_OMPForSimdDirective = 250, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp548 K = CXCursor_OMPForSimdDirective; in MakeCXCursor()
DCIndex.cpp4812 case CXCursor_OMPForSimdDirective: in clang_getCursorKindSpelling()
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs449 const CXCursor_OMPForSimdDirective = 250, constant