Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2322 CXCursor_OMPTargetParallelForSimdDirective = 269, enumerator
2324 CXCursor_LastStmt = CXCursor_OMPTargetParallelForSimdDirective,
/external/clang/tools/libclang/
DCXCursor.cpp647 K = CXCursor_OMPTargetParallelForSimdDirective; in MakeCXCursor()
DCIndex.cpp4878 case CXCursor_OMPTargetParallelForSimdDirective: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2497 CXCursor_OMPTargetParallelForSimdDirective = 269, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp772 K = CXCursor_OMPTargetParallelForSimdDirective; in MakeCXCursor()
DCIndex.cpp5614 case CXCursor_OMPTargetParallelForSimdDirective: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs418 const CXCursor_OMPTargetParallelForSimdDirective = 269, constant