Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2282 CXCursor_OMPTaskLoopSimdDirective = 259, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp632 K = CXCursor_OMPTaskLoopSimdDirective; in MakeCXCursor()
DCIndex.cpp4868 case CXCursor_OMPTaskLoopSimdDirective: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2457 CXCursor_OMPTaskLoopSimdDirective = 259, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp745 K = CXCursor_OMPTaskLoopSimdDirective; in MakeCXCursor()
DCIndex.cpp5596 case CXCursor_OMPTaskLoopSimdDirective: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs398 const CXCursor_OMPTaskLoopSimdDirective = 259, constant