Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h2202 CXCursor_OMPParallelSectionsDirective = 239, enumerator
/external/clang/tools/libclang/
DCXCursor.cpp572 K = CXCursor_OMPParallelSectionsDirective; in MakeCXCursor()
DCIndex.cpp4828 case CXCursor_OMPParallelSectionsDirective: in clang_getCursorKindSpelling()
/external/llvm-project/clang/include/clang-c/
DIndex.h2377 CXCursor_OMPParallelSectionsDirective = 239, enumerator
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp679 K = CXCursor_OMPParallelSectionsDirective; in MakeCXCursor()
DCIndex.cpp5552 case CXCursor_OMPParallelSectionsDirective: in clang_getCursorKindSpelling()
/external/rust/crates/clang-sys/src/
Dlib.rs366 const CXCursor_OMPParallelSectionsDirective = 239, constant