Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2314 CXCursor_OMPDistributeParallelForSimdDirective = 267, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp641 K = CXCursor_OMPDistributeParallelForSimdDirective; in MakeCXCursor()
DCIndex.cpp4874 case CXCursor_OMPDistributeParallelForSimdDirective: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2489 CXCursor_OMPDistributeParallelForSimdDirective = 267, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp766 K = CXCursor_OMPDistributeParallelForSimdDirective; in MakeCXCursor()
DCIndex.cpp5610 case CXCursor_OMPDistributeParallelForSimdDirective: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs414 const CXCursor_OMPDistributeParallelForSimdDirective = 267, constant