Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang-c/
DIndex.h2557 CXCursor_OMPParallelMasterTaskLoopSimdDirective = 284, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp757 K = CXCursor_OMPParallelMasterTaskLoopSimdDirective; in MakeCXCursor()
DCIndex.cpp5604 case CXCursor_OMPParallelMasterTaskLoopSimdDirective: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs448 const CXCursor_OMPParallelMasterTaskLoopSimdDirective = 284, constant