Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2250 CXCursor_OMPParallelForSimdDirective = 251, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp569 K = CXCursor_OMPParallelForSimdDirective; in MakeCXCursor()
DCIndex.cpp4826 case CXCursor_OMPParallelForSimdDirective: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2425 CXCursor_OMPParallelForSimdDirective = 251, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp673 K = CXCursor_OMPParallelForSimdDirective; in MakeCXCursor()
DCIndex.cpp5548 case CXCursor_OMPParallelForSimdDirective: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs382 const CXCursor_OMPParallelForSimdDirective = 251, constant