Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2198 CXCursor_OMPParallelForDirective = 238, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp566 K = CXCursor_OMPParallelForDirective; in MakeCXCursor()
DCIndex.cpp4824 case CXCursor_OMPParallelForDirective: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2373 CXCursor_OMPParallelForDirective = 238, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp670 K = CXCursor_OMPParallelForDirective; in MakeCXCursor()
DCIndex.cpp5546 case CXCursor_OMPParallelForDirective: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs365 const CXCursor_OMPParallelForDirective = 238, constant